curl --location --request GET '/ent/client/remind?eid=' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"debt": {
"list": [
{
"id": 0,
"eid": 0,
"cid": 0,
"cate_id": 0,
"user_id": 0,
"num": "string",
"mark": "string",
"time": "string",
"rate": 0,
"period": 0,
"types": 0,
"card": {
"name": "string",
"avatar": "string",
"uid": "string",
"laravel_through_key": 0
},
"client": {
"id": 0,
"name": "string"
},
"contract": {
"id": 0,
"title": "string"
},
"renew": null
}
],
"count": 0
},
"renew": [
"string"
]
}
}