StandardBankJWT This is a Spring Boot project. Create a POST request for localhost:8080/authenticate with the following JSON data: { "username": "user", "password": "password" } It will return a JWT token as response.