# Create a Workspace Create a new Workspace. Endpoint: POST /v2/account Version: 1.0.0 Security: BearerAuth ## Request fields (application/json): - `name` (string, required) Name of the Workspace. - `identifier` (string, required) Unique identifier for the Workspace. - `status` (string, required) Status of the Workspace. - `industry` (string, required) Industry associated with the Workspace. - `is_trial` (boolean,null, required) Indicates if the Workspace is a trial. - `is_internal` (boolean,null, required) Indicates if the Workspace is internal. - `country` (string, required) Country associated with the Workspace. - `billing_country` (string, required) Billing country associated with the Workspace. - `parent` (string,null) Parent Account reference. - `purged_on` (string,null) Date when the Workspace was purged.