curl --location 'https://test.your-api-server.com/admin/workspaces//access' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"subject_id": "string",
"subject_type": "USER"
}'{
"subject_id": "string",
"subject_type": "string"
}