POST api/Auth

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
LoginReq
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Password": "sample string 1",
  "SecretKey": "sample string 2",
  "UserId": "sample string 3"
}

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Message": "sample string 2"
}