curl --location --request POST 'https://app.cloudcli.ai/api/v1/environments' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My Project",
"subdomain": "myproject-abc123"
}'{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "My Backend API",
"subdomain": "mybackend-abc123",
"access_url": "https://mybackend-abc123.cloudcli.ai",
"status": "running",
"github_url": "https://github.com/username/repo",
"created_at": "2019-08-24T14:15:22Z"
}