Hi
Is there any link or tutorial available to do below task using - freeapi.gerasim.in/index.html
You first need to use below API to register user
POST? : /api/JWT/CreateNewUser
than using your email and password you can use below api to generate token
POST?: /api/JWT/login
Thanks