curl --location --request GET '/erp-materiais?id=' \
--header 'WGX-API-KEY: <api-key>'{
"status": "OK",
"date": "2025-08-23T14:21:21.763354",
"contentType": "application/json",
"content": [
{
"codigo": "M000001",
"controla_estoque": "",
"categoria": "MUC - MATERIAL DE USO E CONSUMO",
"unidade": "UN - Unidade",
"id": 13000,
"classe_contabil": "MATERIAL DE USO E CONSUMO",
"descricao": "RESMA DE PAPEL A4",
"status": "ativo"
}
],
"pageNumber": 1,
"size": 100,
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true,
"success": true
}