curl --location --request POST 'http://localhost:8080/api/v1/transaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "pc",
"amount": 999.99,
"type": "Mobile",
"date": "2015-10-28",
"userId": 1,
"categoryId": 29
}'{
"timestamp": "string",
"status": 0,
"error": "string",
"path": "string"
}