{
"Mobile": "string",
"Verifycode": "string",
"Wxid": "string"
}
curl --location --request POST 'http://test-cn.your-api-server.com/User/BindingMobile' \
--header 'Content-Type: application/json' \
--data-raw '{
"Mobile": "string",
"Verifycode": "string",
"Wxid": "string"
}'
{}