Authorization: Bearer ********************
{
"message_id": "string"
}
curl --location --request POST 'http://127.0.0.1:3000/delete_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_id": "string"
}'
{"status":"ok","retcode":0,"message":"","wording":""}