curl --location --request DELETE 'https://prod.your-api-server.com/servicos/cadastroPessoa/excluirAgente?version=1.0.0' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"cnpj_empresa": "00.000.000/0000-00",
"cpf_cnpj_pessoa": "000.000.000-00 ou 00.000.000/0000-00"
}'{
"mensagem": "Agente desvinculado com sucesso.",
"sucesso": true
}