curl --location --request POST 'https://gmail.googleapis.com//gmail/v1/users//messages/batchDelete' \ --header 'Content-Type: application/json' \ --data-raw '{ "ids": [ "string" ] }'
{}