{
"phonenumber": "string",
"smsCode": "string",
"inviteCode": "string"
}
curl --location --request PUT 'https://test.51vive.com/app/inviter/bindInvite' \
--header 'Content-Type: application/json' \
--data-raw '{
"phonenumber": "string",
"smsCode": "string",
"inviteCode": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}