Authorization: Bearer ********************{
"message_id": 0,
"emoji_id": 0,
"set": true
}curl --location 'http://127.0.0.1:3000/set_msg_emoji_like' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"message_id": 0,
"emoji_id": 0,
"set": true
}'{
"status": "string",
"retcode": 0,
"data": null,
"message": "string",
"wording": "string"
}