curl --location --request GET '/admin/v1/coupons/user-coupon-bindings' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoxLCJyb2xlcyI6WyJzdXBlcl9hZG1pbiJdLCJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiaXNzIjoic21hcnQtZ28tdjEtYWRtaW4iLCJzdWIiOiIxIiwiZXhwIjoxNzc0ODQ4MTEyLCJuYmYiOjE3NzQyNDMzMTIsImlhdCI6MTc3NDI0MzMxMn0.zXGZgy3sbiRt_XGqpatOVq62rHKp5_oNNl339Tz3N-0'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"list": [
{
"id": 0,
"user_id": 0,
"coupon_source": "string",
"coupon_id": 0,
"status": 0,
"first_order_flag": 0,
"claimed_at": "string",
"created_at": "string",
"updated_at": "string",
"order_id": 0,
"used_at": "string"
}
]
}
}