@baseUrl = https://api.example.com
@token = replace-with-access-token

### List the current user's projects
GET {{baseUrl}}/projects
Accept: application/json
Authorization: Bearer {{token}}
