cURL
curl --request GET \ --url https://services.staging.app.dados.rio/rmi/v1/config/opt-out-reasons \ --header 'Authorization: Bearer <token>'
[ { "code": "<string>", "subtitle": "<string>", "title": "<string>" } ]
Retorna lista de motivos disponíveis para opt-out
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object[].
object[]