curl --location --globoff 'http://localhost:5678/api/open/message/v1/list?page=&size=&status=&type=&search=&order=&orderBy=' \
--header 'api-token: <api-key>'{
"page": 0,
"size": 0,
"total": 0,
"data": [
{
"id": 0,
"category": "string",
"type": "info",
"title": "string",
"content": "string",
"status": 0,
"create_time": "string"
}
]
}