Authorization: Bearer ********************
curl --location --request GET 'https://api.cirqll.nl/oauth/scopes' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
[
{
"id": "string",
"description": "string"
}
]