cURL
curl --request GET \ --url https://services.pref.rio/go/api/v1/empregabilidade/curriculo/cursos-complementares/{id} \ --header 'Authorization: Bearer <token>'
{ "ano_conclusao": "<string>", "cpf": "<string>", "created_at": "<string>", "id": "<string>", "nome_curso": "<string>", "nome_instituicao": "<string>", "updated_at": "<string>" }
Retorna um curso complementar específico do currículo
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do curso complementar
OK