Create an environment request
Creates a new environment request. You must supply either a SecurityTemplateID or both AdminUsersStr and GenericUsersStr. The request is created with status AwaitingApproval. Title is limited to 50 characters.
Authorizations
Azure AD app-only access token. Obtain it from GET /v1/oauthToken and send it as the Authorization: Bearer {token} header.
Body
Supply either a SecurityTemplateID or both AdminUsersStr and GenericUsersStr.
Request title (max 50 characters).
Environment type.
Sandbox, UAT, Production, NA ID of an existing security template.
Semicolon-separated admin users. Required if no security template is supplied.
Semicolon-separated generic users. Required if no security template is supplied.
Semicolon-separated print viewers.
Reason for the request (max 50 characters).
Response
Successful operation
Environment type.
Sandbox, UAT, Production, NA Request lifecycle status.
AwaitingApproval, Accepted, NotAccepted, Processing, Completed, Failed 
