X-API-KEY: ********************
{ "items": [ "test@998816.xyz", "test2@998816.xyz" ] }
curl --location --request POST 'https://api.998816.xyz/mailbox/delete' \ --header 'X-API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "items": [ "test@998816.xyz", "test2@998816.xyz" ] }'
{ "success": true }