curl --location --request POST '/admin-api/system/oauth2/check-token?token=biu' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"scopes": "user_info",
"exp": 1593092157,
"user_id": 666,
"user_type": 2,
"tenant_id": 1024,
"client_id": "car",
"access_token": "tudou"
},
"msg": "string"
}