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