/api/email-box
Create a temporary inbox
Creates a new mailbox and returns the address plus UUID. No request body is required.
curl -sS -X POST "https://www.noxmail.app/api/email-box"
200 response
{
"email": "arthur11.6091@www.noxmail.app",
"uuid": "80d47aee-0585-4e88-acc2-b8bbf7c738b2"
}