curl --location --request POST '/api/v1/transaction' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"realizationDate": "2025-01-01",
"serviceId": 19,
"counterpartyId": 18,
"prepaymentAmount": 1000,
"prepaymentDate": "2025-01-31",
"prepaymentAccountId": 16,
"postpaymentAmount": 1500,
"postpaymentDate": "2025-01-31",
"postpaymentAccountId": 16,
"organizationId": 26,
"type": "REVENUE"
}
]'{
"done": true,
"created": [
18
]
}