X-API-KEY: ********************
{ "domain": "998816.xyz", "password": "GtKWgSCDTAOFaPz", "items": [ "test", "test2", "test3" ] }
curl --location 'https://api.998816.xyz/mailbox/batch_add' \ --header 'X-API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "domain": "998816.xyz", "password": "GtKWgSCDTAOFaPz", "items": [ "test", "test2", "test3" ] }'
{ "success": true, "failed_items": [ "string" ] }