{
"clientId": "string",
"grantType": "string",
"tenantId": "string",
"code": "string",
"uuid": "string",
"registrationID": "string",
"source": "string",
"socialCode": "string",
"socialState": "string"
}curl --location --request POST 'http://192.168.20.159:8080/auth/social/callback' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"grantType": "string",
"tenantId": "string",
"code": "string",
"uuid": "string",
"registrationID": "string",
"source": "string",
"socialCode": "string",
"socialState": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}