curl --location --request GET '/ent/client/contract_resource' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"list": [
{
"id": 0,
"eid": 0,
"cid": 0,
"uid": 0,
"content": "string",
"created_at": "string",
"updated_at": "string",
"attachs": [
{
"id": 0,
"url": "string",
"relation_id": 0,
"name": "string",
"size": "string"
}
],
"user": {
"id": "string",
"phone": "string",
"avatar": "string",
"name": "string"
}
}
],
"count": 0
}
}