cURL
curl --request POST \ --url https://api.gputrader.io/v1/environments \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>" } '
"123e4567-e89b-12d3-a456-426614174000"
Create a new environment
The name of the environment to create
Environment successfully created
The unique identifier (UUID) of the created environment