curl --request POST \
--url https://api-prod.studio.getsupervisor.ai/v1/workspaces/enable \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"apiKey": "<string>",
"phone": "<string>",
"speechAnalyticsAgentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'