#
/authorize/login
#
Route Details
#
POST /authorize/login
Advanced version of /authorize/get that doesn't allow API key logins for security. Get and send JWT from user data.
#
Request
Method:
HTTP POSTRequest body:
{ "username": "deafnv", // String "password": "verysecretpassword" // String }