curl --location --request POST 'https://public.outreach2day.com/mailboxes?workspace_id' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"first_name": "string",
"last_name": "string",
"address": "string",
"domain_id": 0,
"password": "string"
}
]'null