Authorization: Bearer ********************
{ "walletId": "", "amount": 1000, "description": "", "transactionDate": "", "type": "INCOME", "category": "Pemasukan" }
curl --location --request POST '/api/v1/finance/transaction' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "walletId": "", "amount": 1000, "description": "", "transactionDate": "", "type": "INCOME", "category": "Pemasukan" }'
{}