@baseUrl = https://api.example.com
@username = demo-user
@password = replace-with-password

### Read an account protected by Basic auth
GET {{baseUrl}}/account
Accept: application/json
Authorization: Basic {{username}}:{{password}}
