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