curl --location --request POST 'https://api.zapmail.ai/api/v2/workspaces' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "New Workspace",
"billingDetails": {
"company": "Tech Solutions Ltd.",
"firstName": "John",
"lastName": "Doe",
"addressLineOne": "1234 Elm Street",
"addressLineTwo": "Apt 567",
"addressLineThree": null,
"city": "San Francisco",
"state": "California",
"country": "USA",
"postalCode": "94107",
"phoneCc": "+1",
"phone": "4151234567",
"languagePreference": "en"
}
}'