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