POST /token
{
"email": "devesh@gmail.com",
"password": "cryptographicstringwith1234#$%"
}
Status Code: 200 on successful signing in and token generation of user. Every other status code means something went wrong.
{
"message": "Successfully fetched token",
"token": "eyJsda..... full JWT here",
}