curl --request PUT \
--url https://app.kosli.com/api/v2/environments/{org} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"type": "<string>",
"include_scaling": true,
"policies": [
"<string>"
]
}
'