How to implement authentication and allow user to display leads
How can I authenticate a user by calling an endpoint with the user email and password as the payload. Then saving the token and using the same token to fetch leads from another endpoint which requires the user to be authenticated
