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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"id":4109344}