{
"mobile": "string",
"mobileCode": "string",
"password": "string",
"openData": {
"property1": {},
"property2": {}
},
"referrerUserId": 0
}
curl --location --request POST '/api/user/login/bindMobile' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "string",
"mobileCode": "string",
"password": "string",
"openData": {
"property1": {},
"property2": {}
},
"referrerUserId": 0
}'
"string"