{
"token": "669dc78a7*****3e04351d6",
"chatId": "68104625365ca423b2fe4f1b",
"externalRequestId": "test",
"messageType": 0,
"payload": {
"text": "test_text"
}
}curl --location --request POST 'https://zan-api.xiaoshunai.com/message/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "669dc78a7*****3e04351d6",
"chatId": "68104625365ca423b2fe4f1b",
"externalRequestId": "test",
"messageType": 0,
"payload": {
"text": "test_text"
}
}'{"code":0,"data":{"requestId":"686f6331ac516200399601f6"}}