Authorization: Bearer ********************{
"messageId": "string"
}curl --location --request DELETE 'https://22.do/api/v2/inbox/message' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"messageId": "string"
}'{"code":200,"status":true,"msg":"Message deleted successfully"}