Most of the time , when developing an application, you need to build API's for login and register. In addition to that, you need to Authenticate the user token for protected API's and Authorize them.
Develop a Logic to Authenticate and Autheorize the Request based on the provided information(Example : JWT Token)
