curl --location --request PUT 'https://api.zapmail.ai/api/v2/billing' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Michael",
"lastName": "Johnson",
"company": "Tech Innovations",
"addressLineOne": "2207 Maple Avenue, Suite 500",
"addressLineTwo": "Building B",
"addressLineThree": null,
"city": "Dallas",
"state": "Texas",
"country": "US",
"postalCode": "75201",
"phoneCc": "1",
"phone": "2149876543",
"workspaceId": "44c5fd3a-d680-4808-8c6c-8d6c2043021b"
}'