curl --location --request PUT 'http://localhost:8080/api/v1/transaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 17,
"name": "updated transaction",
"amount": 1000,
"type": "Income",
"data": "2025-11-19",
"categoryId": 29
}'{}