Authorization: Bearer ********************{
"clientId": "string",
"grantType": "string",
"tenantId": "string",
"code": "string",
"uuid": "string",
"source": "string",
"socialCode": "string",
"socialState": "string"
}curl --location --request POST 'localhost:8080/auth/social/callback' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"grantType": "string",
"tenantId": "string",
"code": "string",
"uuid": "string",
"source": "string",
"socialCode": "string",
"socialState": "string"
}'{
"code": 0,
"msg": "string",
"data": null
}