Authorization: Bearer ********************curl --location --request POST 'https://api-v1.aizcyq.com/open-api/system/oauth2/token?grant_type=client_credentials' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"scope": "user_info",
"access_token": "tudou",
"refresh_token": "nice",
"token_type": "bearer",
"expires_in": 42430
},
"msg": "string"
}