Create Workspace
curl --request POST \ --url https://prod.oneloop.ai/api/v1/workspace \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'