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": {
"id": 0,
"entid": 0,
"eid": 0,
"cid": 0,
"uid": 0,
"content": "string",
"created_at": "string",
"updated_at": "string",
"user": {
"id": "string",
"phone": "string",
"avatar": "string",
"name": "string"
},
"attachs": [
{
"id": 0,
"url": "string",
"relation_id": 0,
"name": "string",
"size": "string"
}
]
}
}