{
"type": 10,
"code": "1024",
"state": "9b2ffbc1-7425-4155-9894-9d5c08541d62"
}curl --location --request POST '/admin-api/system/auth/social-login' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 10,
"code": "1024",
"state": "9b2ffbc1-7425-4155-9894-9d5c08541d62"
}'{
"code": 0,
"data": {
"userId": 1024,
"accessToken": "happy",
"refreshToken": "nice",
"expiresTime": "2019-08-24T14:15:22.123Z"
},
"msg": "string"
}