{
"message_id": 123456,
"emojiId": "181",
"emojiType": "1"
}
curl --location --request POST '/fetch_emoji_like' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_id": 123456,
"emojiId": "181",
"emojiType": "1"
}'
{
"status": "ok",
"retcode": 0,
"data": {
"result": 0,
"errMsg": "string",
"emojiLikesList": [
{
"tinyId": "string",
"nickName": "string",
"headUrl": "string"
}
],
"cookie": "string",
"isLastPage": true,
"isFirstPage": true
},
"message": "string",
"wording": "string",
"echo": "string"
}