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"
}'{
"success": true,
"data": {
"id": "string",
"name": "string",
"createdAt": "string",
"updatedAt": "string"
},
"message": "Resource created successfully",
"timestamp": "2025-12-15T10:30:00.000Z",
"statusCode": 201
}