### Values come from the active git-ignored .env file
GET {{baseUrl}}/account
Accept: application/json
Authorization: Bearer {{apiToken}}

### The same environment values can be reused in another request
GET {{baseUrl}}/projects
Accept: application/json
Authorization: Bearer {{apiToken}}
