API for atm service that communicates with bank service. Bank service only accepts requests incoming from atm via token sent in header, stored in application.yml
description - sends request to bank service and upon successful authentication returns information .
return type example
{
"token": "JWT_token",
"type": "Bearer",
"id": 1,
"cardNumber": "1234123412341234"
}