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