curl --location 'https://api.zapmail.ai/api/v2/quick-setup' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-id;' \
--header 'x-service-provider;' \
--header 'Content-Type: application/json' \
--data '{
"domains": [
{
"domainName": "example.com"
}
],
"mailboxes": {
"example.com": [
{
"username": "john",
"firstName": "John",
"lastName": "Doe",
"profilePicture": "https://example.com/avatar.png"
}
]
},
"exportApp": "INSTANTLY",
"enableDnsShield": false
}'{
"status": 200,
"message": "Quick setup initiated",
"data": {
"quickSetupBatchId": "550e8400-e29b-41d4-a716-446655440000",
"slotsNeeded": 3,
"invoiceUrl": "https://invoice.stripe.com/i/acct_xxx/..."
}
}