Authorization: Bearer ********************curl --location '/register' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"username": "string",
"password": "string",
"code": "string",
"uuid": "string",
"userType": "string"
}'{
"code": 0,
"msg": "",
"data": null
}