For account registration
POST/register
For account registration
Request
- application/json
Body
required
username string
fullname string
password string
email string
client_id string
state string
device string
platform string
model string
web integer
Responses
- 200
OK. For failure, the status is "false".
- application/json
- Schema
- Example (from schema)
Schema
status boolean
message string
user string
token string
subject_id string
userPrakerja string
tokenPrakerja string
{
"status": true,
"message": "string",
"user": "string",
"token": "string",
"subject_id": "string",
"userPrakerja": "string",
"tokenPrakerja": "string"
}