cURL
curl --request GET \ --url https://services.pref.rio/go/api/v1/empregabilidade/niveis-idioma/{id} \ --header 'Authorization: Bearer <token>'
{ "created_at": "<string>", "descricao": "<string>", "id": "<string>", "updated_at": "<string>" }
Retorna um nível de idioma específico
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do nível de idioma
OK