Create Workspace
Create a new workspace with the authenticated user as the owner.
POST
Request Body
namestringrequiredThe name of the workspace (e.g., "Marketing Team Workspace").
initialsstringrequiredInitials representing the workspace (e.g., "MT").
Response Fields
_idstringThe unique identifier for the newly created workspace.
namestringThe name of the workspace.
initialsstringThe initials assigned to the workspace.
teamMembersarrayList of team members associated with the workspace, starting with the owner.
createdAtstringTimestamp when the workspace was created (ISO 8601 format).
updatedAtstringTimestamp when the workspace was last updated (ISO 8601 format).
