Authorization: Bearer ********************{
"username": "string",
"password": "string",
"email": "user@example.com"
}curl --location --request POST '/api/auth/register' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string",
"email": "user@example.com"
}'{
"code": 0,
"message": "",
"data": {
"createTime": "",
"updateTime": "",
"id": 0,
"username": "",
"email": "",
"userType": 0,
"status": 0
}
}