Create a new sub-account under a master account.
POST {{baseUrl}}/corporate/subAccount
This endpoint will create a new sub-account under a master account
Request Body
{"companyName"=>"Test Sub-account", "email"=>"test-sub@example.com", "timezone"=>"Europe/Paris", "language"=>"en"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: Created
{"id":4109344}