curl --location -g --request GET 'https://developer.salesmartly.com/api/v2/get-message-list?page_size=20&project_id&chat_user_id&start_sequence_id&end_sequence_id&updated_time={"start":1744542011,"end":1744603254}' \
--header 'external-sign;'
{
"code": 0,
"data": {
"list": [
{
"chat_user_id": "string",
"sequence_id": 0,
"is_system": 0,
"send_time": 0,
"read_time": 0,
"project_id": 0,
"sender": "string",
"reader": "string",
"sender_type": 0,
"mid": "string",
"msg_type": 0,
"text": "string",
"chat_session_id": 0,
"is_reply": 0,
"is_withdraw": 0,
"updated_time": 0
}
],
"page_size": 0,
"total": 0
},
"msg": "string"
}