cURL
curl --request GET \ --url https://services.pref.rio/go/api/v1/empregabilidade/termos-uso/{cpf}/details \ --header 'Authorization: Bearer <token>'
{ "aceito_em": "<string>", "cpf": "<string>", "created_at": "<string>", "updated_at": "<string>", "user_consent": true }
Retorna os detalhes do aceite dos termos de uso
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
CPF do usuário
OK