curl --location --request GET '/erp-servicos' \
--header 'WGX-API-KEY: <api-key>'{
"status": "OK",
"date": "2025-08-14T14:17:02.982568",
"contentType": "application/json",
"content": [
{
"codigo": "S000001",
"categoria": "SRV - SERVIÇOS",
"unidade": "HOR - Horas",
"id": 17586,
"classe_contabil": "SERVIÇOS PRESTADOS",
"descricao": "SERVIÇO DE LIMPEZA",
"status": "ativo"
}
],
"pageNumber": 1,
"size": 100,
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true,
"success": true
}