curl --location --request POST 'https://staging.api.adlyft.otomatika.net/api/v1/workspace/' \
--header 'x-api-key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"enterpriseId":"1",
"workspaceName":"New Workspace"
}'{
"id": "string",
"name": "string",
"createdAt": "string",
"updatedAt": "string"
}