authorization_code
refresh_token
username:password
Authorization: Basic *****************
X-Client-Secret: ********************
curl --location --request POST 'https://db.yearnstudio.cn/oauth/token' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Basic Og==' \ --data-urlencode 'grant_type=' \ --data-urlencode 'code=' \ --data-urlencode 'refresh_token=' \ --data-urlencode 'redirect_uri=' \ --data-urlencode 'scope='
{}