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