Authorization: Bearer ********************{
"property1": "string",
"property2": "string"
}curl --location --request PUT 'https://main-data-api.pengbocloud.com/user/phone' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"code": 200,
"data": 0,
"msg": "success"
}