{
"username": "string",
"password": "string",
"email": "user@example.com",
"phone": "string"
}curl --location --request POST 'http://172.16.11.10:8888/api/v1/init' \
--header 'Referer: http://127.0.0.1:6543' \
--header 'Authorization: Bearer {{UserToken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string",
"email": "user@example.com",
"phone": "string"
}'{
"output": "",
"code": 0,
"message": "",
"error_message": "",
"data": ""
}