Users
GET
/api/user/list
POST
/api/user/password-sign-in
Get user access token
Request Body
Name
Type
Description
userName*
f7deat@gmail.com
password*
Password@123
{
"token": "User token",
"expiration": "Expired time",
"succeeded": true
}
Last updated