curl --location --request GET '/erp-projetos' \
--header 'WGX-API-KEY: <api-key>'{
"status": "OK",
"date": "2025-10-20T13:52:07.721369",
"contentType": "application/json",
"content": [
{
"data_inicio": "2024-02-01",
"data_fim": "2024-02-28",
"numero": 1,
"valor": 46350.0,
"patrocinador": "ACTOS FAIRELI",
"id": 1,
"codigo_unidade": "20002",
"referencia": "2024-03-A",
"descricao": "PROJETO A RENASCER"
}
],
"pageNumber": 1,
"size": 100,
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true,
"success": true
}