Here we are calling the authenticate url without creating the user
The token returned is null because the credentials are invalid
Lets try to signup a user
After the successful signup lets try to login once more
Here we can see that a JSON web token has been generated
Now lets try to invoke the get users endpoint without the token
It is showing unauthorized
Lets try to put the token and try fetching the users once again
We can now access the authorized content