curl --location --request POST '/get_emoji_likes' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_id": "12345",
"emoji_id": "123"
}'{
"status": "ok",
"retcode": 0,
"data": {
"emoji_like_list": [
{
"user_id": "654321",
"nick_name": "测试用户"
}
]
},
"message": "",
"wording": ""
}