curl --location 'https://api.techrar.com/api/v1/sales-channels/orders/discount/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"voucher": "nana",
"notes": null,
"secondary_mobile_number": null,
"delivery_window_id": 12,
"location": {
"id": 9989,
"is_corporate_location": false
},
"cart_items": [
{
"subscription": {
"plan_id": 2455,
"dates": [],
"is_paused": true,
"primary_location_id": 9989,
"secondary_location_id": 9989,
"restaurant_branch_id": null,
"notes": null
},
"quantity": 1,
"is_combo": false,
"is_subscription": true,
"combo": null,
"product": null
}
],
"cart_id": null,
"is_subscription": true,
"is_redeeming": false,
"is_pickup": false,
"pickup_branch_id": null,
"channel_app_id": 44
}'