Authorization: Bearer ********************curl --location 'https://api.ffdemo.ufp.ai/tenants//offer_master//coupons' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 0,
"company_id": 0,
"tenant_id": 0,
"offer_master_id": 0,
"coupon_code": "string",
"coupon_code_status": "InActive",
"coupon_current_redepmtion_count": 0,
"coupon_max_redepmtion_count": 0,
"coupon_type": "SingleUse",
"created_by": 0,
"created_date": "2019-08-24T14:15:22.123Z",
"updated_by": 0,
"updated_date": "2019-08-24T14:15:22.123Z"
}
]
}