Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/portadores//dependentes' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
[
{
"id": 4517,
"idClienteTitularAssociado": 99,
"nome": "DEPENDENTE TESTE",
"nomeSocial": "DEPENDENTE SOCIAL",
"cpf": "99999999999",
"dataNascimento": "1994-03-02",
"sexo": "F",
"idGrauParentesco": 3,
"nomeMae": "MAE TESTE",
"telefone": "83999999999",
"areaTelefone": "83",
"numeroTelefone": "999999999",
"status": "A",
"persisted": true
}
]