curl --location --request GET '/ent/common/message' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": [
{
"id": 0,
"entid": 0,
"send_id": "string",
"to_uid": "string",
"type": 0,
"message": "string",
"url": "string",
"is_read": 0,
"enterprise": {
"id": 0,
"enterprise_name": "string"
}
}
]
}