cURL
curl --request GET \ --url https://services.pref.rio/rmi/v1/config/opt-out-reasons \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Obtém a lista de motivos válidos para opt-out
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK