curl --location --request POST 'https://online-banking.originalaccounts.com/v3/entities/create/business' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "string",
"email": "string",
"phone": "string",
"phone_country": "string",
"contact_first_name": "string",
"contact_last_name": "string",
"business_name": "string",
"business_address1": "string",
"business_address2": "string",
"business_city": "string",
"business_state_province_region": "string",
"business_postal_code": "string",
"business_country": "string",
"tax_number": "string",
"trade_name": "string",
"naics_code": "string",
"business_type": "b_corporation",
"business_description": "string",
"trading_symbol": "string",
"owned_by": "string",
"website_url": "string",
"incorporation_date": "string",
"representatives": [
{
"first_name": "string",
"last_name": "string",
"is_signer": true,
"date_of_birth": "string",
"residential_address": "string",
"residential_address2": "string",
"residential_city": "string",
"residential_state_province_region": "string",
"residential_postal_code": "string",
"residential_country": "string",
"citizenship": "string",
"responsibility": "string",
"ownership_percentage": 0,
"ssn": "string",
"passport_number": "string"
}
],
"accept_terms_and_conditions": true,
"average_monthly_transaction_count": "string",
"average_monthly_volume": "string"
}'