{
"phone": "13412734275",
"country_code": "CN",
"code": "123456"
}curl --location --request POST 'http://prod-cn.your-api-server.com/user/bind_phone' \
--header 'Accept: application/json' \
--header 'X-XSRF-TOKEN: {{x-xsrf-token}}' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "13412734275",
"country_code": "CN",
"code": "123456"
}'{
"status": "string",
"message": "string",
"time": 0
}