curl --location --request POST '/admin-api/system/oauth2/token?grant_type=code' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"scope": "user_info",
"access_token": "tudou",
"refresh_token": "nice",
"token_type": "bearer",
"expires_in": 42430
},
"msg": "string"
}