Authorization: ********************{
"id": 0,
"cashAccountId": 0,
"transactionDate": "2019-08-24T14:15:22Z",
"transactionTypeId": 0,
"amount": 0,
"description": "string"
}curl --location --request PUT '/v1/cashTransaction' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": 0,
"cashAccountId": 0,
"transactionDate": "2019-08-24T14:15:22Z",
"transactionTypeId": 0,
"amount": 0,
"description": "string"
}'