curl --location 'http://localhost:8085/api/message/emoji' \
--form 'receiver=""' \
--form 'md5=""' \
--form 'emoji=@""' \
--form 'emoji_url=""'{
"code": 0,
"data": {
"action_flag": 0,
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"count": 0,
"result": [
{
"code": 0,
"id": 0,
"md5": "string",
"new_id": 0,
"offset": 0,
"size": 0
}
]
},
"message": "string"
}