curl --location --request POST '/set_msg_emoji_like' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_id": 12345,
"emoji_id": "123",
"set": true
}'{
"status": "ok",
"retcode": 0,
"data": {
"result": true
},
"message": "",
"wording": "",
"stream": "normal-action"
}