curl --location 'https://api.techrar.com/api/v3/orders/add-ons/redeem/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"subscription_id": 100,
"sub_order_ids": [
1,
2,
3
],
"voucher_code": "ADDON10",
"add_on_items": [
{
"add_on_ids": [
10,
11
],
"quantity": 2,
"sub_order_ids": [
1,
2
]
}
],
"is_redeeming": true
}'{
"cart_price": 0,
"discount_percentage": 0,
"discounted_price": 0,
"delivery_fee": 0,
"total_price": 0,
"is_prime": true,
"prime_corporate_location_id": 0,
"cashback_amount": 0
}