...
This authentication method requires the user to first login using user name and password and then store the token provided as a response. After that, the provided token is used as a response in the authorization header in for every call to the API to allow access to the API. The JWT tokens are only valid for 24 hours.
...