curl --request GET \
--url http://localhost:3000/api/v1/imputations/ \
--header 'x-api-key: <api-key>'[
{
"id": "imp_01",
"reference": "ORD-2025-0001",
"orderId": "ord_01",
"account": "6001-Gastos Operativos",
"amount": 1500,
"currency": "USD"
}
]curl --request GET \
--url http://localhost:3000/api/v1/imputations/ \
--header 'x-api-key: <api-key>'[
{
"id": "imp_01",
"reference": "ORD-2025-0001",
"orderId": "ord_01",
"account": "6001-Gastos Operativos",
"amount": 1500,
"currency": "USD"
}
]