curl --location 'https://gw-kunlun.tyhdev.com/auth/oauth/token?client_id=skyline-staff-kunlun&client_secret=skyline-staff-kunlun&scope=staff&username=1389&password=MTIzNDU2&code=&dcode=123&random=0.57626824879912' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"msg": "string",
"data": {
"token": "string",
"refreshToken": "string",
"tokenHead": "string",
"expiresIn": 0
},
"success": true
}