{
// "externalRequestId": "100",
"imBotId": "1688854807513525",
"imContactId": "7881301204958266",
"messageType": 7,
"payload": {
"text": "nihao"
}
}
curl --location -g --request POST 'https://aa-hub.ddregion.com/api/v2/message/send?token=8eb3aa337fab4da3b55237cd31e6b75e' \
--header 'Content-Type: application/json' \
--data-raw '{
// "externalRequestId": "100",
"imBotId": "1688854807513525",
"imContactId": "7881301204958266",
"messageType": 7,
"payload": {
"text": "nihao"
}
}'
{
"errcode": -1,
"errmsg": "string",
"requestId": "string"
}