Get environment
GET https://api.getpostman.com/environments/{{environmentUid}}
This request retrieves the environment bitcoin
. Inspect the response to see how an environment is formatted, especially the values
array. We will persist the value of a variable called btc
in the next step.