Before you create a user resource, you can create a new population resource and associate this population with the new user. You need the environment id
property value returned in Step 1 to specify the environment resource in the request URL to create the population.
The POST /environments/{environmentId}/populations/
creates a new population resource in the specified environment. The request body for the POST
must provide a value for the required name
property.