curl --location --request GET '/erp-parceiros' \
--header 'WGX-API-KEY: <api-key>'{
"status": "OK",
"date": "2025-08-20T09:27:14.166565",
"contentType": "application/json",
"content": [
{
"uf": "CE",
"cidade": "FORTALEZA",
"nome_reduzido": "ANA CLARA COUTINHO",
"id": 6000,
"nome_completo": "ANA CLARA FIGUEREDO FERNANDES COUTINHO",
"cpf_cnpj": "02.249.716/0001-52",
"data_aniversario": "",
"status": "ativo"
}
],
"pageNumber": 1,
"size": 100,
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true,
"success": true
}