curl --location '/admin/v1/coupons/user-coupon-bindings' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3ODAxNDI2MDUsImlhdCI6MTc3NzU1MDYwNSwianRpIjoiYWRjZDdlMjEtNDk4YS00OTYzLWEwMjktNDY1NTA1MmU3MzYyIiwidXNlcl9pZCI6MTEyfQ.59JzeJ5wViprpWtxWcp9yNB9VRXZVfYyO2Ya_enLEUc'{
"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"
}
]
}
}