Authorization: Bearer ********************
{
"name": "Production",
"html_url": "https://your-environment-url"
}
curl --location --request POST 'https://open.pingcode.com/v1/release/environments' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Production",
"html_url": "https://your-environment-url"
}'
{
"id": "564587fe700d43b81b080123",
"url": "https://rest_api_root/v1/release/environments/564587fe700d43b81b080123",
"name": "Production",
"html_url": "https://your-environment-url"
}