curl --location --request GET 'https://prod.your-api-server.com/servicos/operacao/validaAcesso?version=1.0.0' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"cpf_cnpj": "000.000.000-00 ou 00.000.000/0000-00",
"email": "teste@quicksoft.com.br"
}'true OU false