curl --request POST \
--url https://revstack.dev/v1/environments \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"projectId": "<string>"
}
'nullCreates a new isolated environment (e.g. sandbox, production).
curl --request POST \
--url https://revstack.dev/v1/environments \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"projectId": "<string>"
}
'null