curl --request PATCH \
--url http://localhost:3000/api/v1/imputations/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"reference": "<string>",
"contractId": "<string>",
"orderId": "<string>",
"account": "<string>",
"amount": 123,
"currency": "<string>",
"notes": "<string>",
"createdAt": null,
"updatedAt": null
}
'