Spring boot developer need urgently

Job ID: 31339910

Budget: ₹600 – ₹1,500 INR

Need someone to complete this case study by today

You are creating a simple banking system that allows users to login and allows them to create a debit transaction (i.e. spend the money in the account).

/login - a POST request that will accept a phone as input and return a token (which will be used in subsequent calls to the API, in the Authorization header). Every call to /login will return a new token

/spend - a POST request that will accept an Authorization header (with the token value output from /login). The API accepts a JSON content representing one spend transaction with the transaction date, description, amount