curl --location 'https://api.zapmail.ai/api/v2/mailboxes' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;' \
--header 'Content-Type: application/json' \
--data '{
"64e71b99-bc07-4b5d-90b6-6abc0120c08c": [
{
"firstName": "Jaspreet",
"lastName": "Singh",
"mailboxUsername": "jaspreet",
"domainName": "azhaz.com"
}
]
}'{
"status": 200,
"message": "Mailboxes will be assigned shortly",
"data": null
}