{
"item_id": 0,
"id": 0,
"quantity": 0,
"discount_amount": 0,
"discount_type": "discount_value"
}
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/saas/me/bundles//bundle_items' \
--header 'Content-Type: application/json' \
--data-raw '{
"item_id": 0,
"id": 0,
"quantity": 0,
"discount_amount": 0,
"discount_type": "discount_value"
}'