Request
Body Params application/json
{
"username": "string",
"password": "string",
"email": "string",
"verification_code": "string",
"aff_code": "string"
}
Request Code Samples
curl --location 'https://lizh.ai/api/user/register' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"username": "string",
"password": "string",
"email": "string",
"verification_code": "string",
"aff_code": "string"
}'
Responses
This response does not have a body.
Modified at 2026-06-03 19:08:40