curl --request POST \
--url https://api.getmembrane.com/org-workspaces/{id}/access-token \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"isAdmin": true,
"tenantId": "<string>",
"tenantKey": "<string>",
"name": "<string>",
"fields": {}
}
'