curl --location --request POST '/apikretosintegracao/listacolaboradores' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataContratacaoInicial": "2015-01-01"
}'{
"error": {},
"colaboradores": [
{
"nome": "Kevin Giovanni Benjamin Rodrigues",
"cpf": "84936121118",
"vagaRefIntegracao": "1286"
},
{
"nome": "Tomás Gomes",
"cpf": "64541178982",
"vagaRefIntegracao": ""
},
{
"nome": "Vitor Azevedo",
"cpf": "86484803021",
"vagaRefIntegracao": ""
}
]
}