curl --location --request DELETE '/api/v1/transaction/19' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 18,
"realizationDate": "2025-01-01T00:00:00.000Z",
"serviceId": 19,
"counterpartyId": 18,
"prepaymentAmount": 1000,
"prepaymentDate": "2025-01-31T00:00:00.000Z",
"prepaymentAccountId": 16,
"postpaymentAmount": 1500,
"postpaymentDate": "2025-01-31T00:00:00.000Z",
"postpaymentAccountId": 16,
"organizationId": 26,
"type": "REVENUE",
"createdAt": "2025-04-01T19:46:31.290Z",
"updatedAt": "2025-04-01T19:46:31.290Z"
}
}