curl --location --request POST '/fetch_emoji_like' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_id": 12345,
"emojiId": "123",
"emojiType": 1,
"count": 10,
"cookie": ""
}'{
"status": "ok",
"retcode": 0,
"data": {
"emojiLikesList": [
{
"tinyId": "123456",
"nickName": "测试用户",
"headUrl": "http://example.com/avatar.png"
}
],
"cookie": "",
"isLastPage": true,
"isFirstPage": true,
"result": 0,
"errMsg": ""
},
"message": "",
"wording": "",
"stream": "normal-action"
}