Authorization: ********************{
"id": 123,
"cashAccountId": 123,
"transactionDate": "2024-04-04",
"transactionTypeId": 123,
"amount": 5000,
"description": "Transferred from personal account"
}curl --location --request POST '/v1/cashTransaction' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": 123,
"cashAccountId": 123,
"transactionDate": "2024-04-04",
"transactionTypeId": 123,
"amount": 5000,
"description": "Transferred from personal account"
}'