cURL
curl --request GET \ --url https://services.pref.rio/rmi/v1/config/channels \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Obtém a lista de canais disponíveis para comunicação
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK