curl --location --request POST 'https://sandbox.sgitec.com.br/pefin/v1/avalista/inserir' \
--header 'x-api-key: '\''api key'\''' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"codigoNegativacao": "",
"nome": "",
"endereco": "",
"complementoEndereco": "",
"bairro": "",
"municipio": "",
"uf": "",
"cep": "",
"ddd": "",
"telefone": "",
"dataNascimento": "",
"nomePai": "",
"nomeMae": "",
"documento": "",
"tipoSegundoDocumento": "",
"segundoDocumento": "",
"ufRg": "",
"codigoParceiro": ""
}'