curl --request POST \
--url https://api.example.com/banking/v1/us/accounts/business/ \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '
{
"taxIdType": "<string>",
"taxId": "<string>",
"dateFormed": "<string>",
"entityName": "<string>",
"citizenshipCountryCode": "<string>",
"phoneNumber": "<string>",
"extension": "<string>",
"street": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"countryCode": "<string>"
}
'