SIGNUP

/

Create a new user

POST /user

<Description of the endpoint>

Body

Name
Type
Description

SETTOP_NUM

string

SettopNumber of the user

USER_NAME

string

Name of the user

GENDER

string

Gender of the user

AGE

int

Age of the user

Response

{
  "response": "FINISH INSERT USERS"
}

Last updated