{
"areaCode": "string",
"phone": "string",
"email": "string",
"userSex": 0,
"registerType": "string"
}curl --location '/auth/register' \
--header 'Authorization: Bearer {{token}}' \
--header 'clientid: 428a8310cd442757ae699df5d894f051' \
--header 'content-language: zh_CN' \
--header 'deviceCode;' \
--header 'Content-Type: application/json' \
--data '{
"areaCode": "string",
"phone": "string",
"email": "string",
"userSex": 0,
"registerType": "string"
}'{
"code": 0,
"msg": "",
"data": {
"access_token": "",
"refresh_token": "",
"expire_in": 0,
"refresh_expire_in": 0,
"client_id": "",
"scope": "",
"openid": ""
}
}