{
"userId": "string",
"oldPhone": "string",
"newAreaCode": "string",
"newPhone": "string"
}
curl --location --request POST 'https://jnotetest-hm.jideos.com/customer-service/modify-member-phone' \
--header 'token: wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'appVersionCode: 491' \
--header 'language: zh' \
--header 'Authorization: Bearer wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'Accept-Language: zh' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"oldPhone": "string",
"newAreaCode": "string",
"newPhone": "string"
}'
{
"status": 0,
"msg": "",
"data": {
"userId": "",
"areaCode": "",
"phone": "",
"mailAccount": "",
"memberPrivilege": "",
"bind3rd": "",
"createTime": ""
}
}