curl --location --request GET '/ent/sms/meals' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"list": [
{
"id": 0,
"title": "string",
"price": "string",
"num": 0,
"info": "string"
}
],
"count": 0
}
}