curl --location --request GET '/ent/client/follow' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization;' \
--header 'X-Requested-With;'
{
"message": "string",
"status": 0,
"data": {
"list": [
{
"id": 0,
"uid": "string",
"eid": 0,
"title": "string",
"price": "string",
"received": "string",
"surplus": "string",
"start_date": "string",
"end_date": "string",
"mark": "string",
"renew": 0,
"client": {
"id": 0,
"name": "string"
},
"card": {
"name": "string",
"avatar": "string",
"uid": "string",
"laravel_through_key": 0
}
}
],
"count": 0
}
}