curl --location --request PATCH '/admin/coupons/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"valid_until": "2019-08-24T14:15:22Z",
"max_uses": 1,
"is_active": true,
"description": "string"
}'{
"id": 0,
"code": "string",
"value_usd": 0,
"coupon_scope": "string",
"coupon_type": "string",
"max_uses": 0,
"times_used": 0,
"valid_from": "2019-08-24T14:15:22Z",
"valid_until": "2019-08-24T14:15:22Z",
"is_active": true,
"created_at": "2019-08-24T14:15:22Z",
"assigned_to_user_id": 0,
"created_by": 0,
"created_by_type": "string",
"description": "string"
}