Get a token to authenticate with the web socket interface.
Organization ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/socket-token' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "token": { "socketToken": "text", "expires": "2025-03-30T05:54:51.887Z" } }