Authorization: Bearer ********************curl --location --request POST '/admin-api/system/oauth2/authorize?response_type=code&client_id=tudou&redirect_uri=https%3A%2F%2Fwww.iocoder.cn&auto_approve=true' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": "string",
"msg": "string"
}