{
"areaCode": "string",
"mobile": "string",
"verifyCode": "string"
}curl --location --request POST 'https://dev.mallpraise.com.cn/emall/openapi/v1//h5/oauth/changeMobile' \
--header 'openKey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"areaCode": "string",
"mobile": "string",
"verifyCode": "string"
}'{
"code": 0,
"data": {},
"extraData": {},
"extraData1": {},
"message": "string"
}