curl --request PUT \
--url https://services.pref.rio/go/api/v1/empregabilidade/candidaturas/bulk-etapa \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"cpfs": [
"<string>"
],
"id_etapa": "<string>",
"vaga_id": "<string>"
}
'