Authorization: Bearer ********************
{
"msgType": 23,
"sendTime": {% mock 'timestamp', 'ms' %},
"recvId": "a615767c-0d14-47ce-b2c2-c3edb7a97d61",
"isGroup": false,
"content": {
"eid": ""
}
}
curl --location --request POST '/messaging/publish/chat/emoji' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"msgType": 23,
"sendTime": {% mock '\''timestamp'\'', '\''ms'\'' %},
"recvId": "a615767c-0d14-47ce-b2c2-c3edb7a97d61",
"isGroup": false,
"content": {
"eid": ""
}
}'
{"msgId":1848213634595368960}