Authenticate a user to retrieve an authorization token
POST /api/users/adm/authenticate
POST
/api/users/adm/authenticate
Request Body
Authentication parameters
object
password
string
username
string
Responses
200
OK
object
code
integer
message
string
response
400
Bad Request
object
code
integer
message
string
401
Unauthorized
object
code
integer
message
string
500
Internal Server Error
object
code
integer
message
string