curl --location 'https://test.your-api-server.com/admin/workspaces' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"ext_ref": "string",
"grant_access_emails": [
"user@example.com"
]
}'{
"id": "string",
"name": "string",
"ext_ref": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"access": [
{
"subject_id": "string",
"subject_type": "string"
}
]
}