Authorization: Bearer ********************
{}
curl --location --request GET '/v1/oauth2/authorize?client_id' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "code": 0, "msg": "ok", "data": { "code": "xxxxxx" } }