{
"ins_no": "string",
"version": "1.0",
"nonce": "string",
"sign": "string",
"data": {
"phone": "string",
"user_code": "string",
"parent_phone": "string"
}
}curl --location 'https://api.yuanpay.vip/api/institution/user/sync' \
--header 'Content-Type: application/json' \
--data '{
"ins_no": "string",
"version": "1.0",
"nonce": "string",
"sign": "string",
"data": {
"phone": "string",
"user_code": "string",
"parent_phone": "string"
}
}'{
"code": 200,
"msg": "同步成功",
"data": null
}