curl --location 'https://rnters-staging.herokuapp.com/api/saas/me/bundles//bundle_items' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"item_id": 0,
"quantity": 0,
"discount_amount": 0,
"includes": [
"string"
],
"discount_type": "discount_value"
}'