Authorization: Bearer ********************{
"userId": 1024,
"userType": 1,
"socialType": 1,
"code": "zsw",
"state": "qtw"
}curl --location '/rpc-api/system/social-user/bind' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userId": 1024,
"userType": 1,
"socialType": 1,
"code": "zsw",
"state": "qtw"
}'{
"code": 0,
"data": "string",
"msg": "string"
}