curl --location --request GET '/erp-veiculos' \
--header 'WGX-API-KEY: <api-key>'{
"status": "OK",
"date": "2025-10-21T14:34:31.356076",
"contentType": "application/json",
"content": [
{
"motor": "1.0",
"ano_fabricacao": "2010",
"combustivel": "A",
"cor": "MARRON",
"linha": "PALIO",
"chassis": "2",
"modelo": "2010",
"marca": "FIAT",
"ano_modelo": "2010",
"id": 10,
"numero_motor": "",
"cubagem": 0.0,
"placa": "HWV0000"
}
],
"pageNumber": 1,
"size": 100,
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true,
"success": true
}