curl --location --request GET 'http://dev-cn.your-api-server.com/packs/123/oauthConfig'
{
"maskedClientId": "string",
"maskedClientSecret": "string",
"authorizationUrl": "string",
"tokenUrl": "string",
"tokenPrefix": "string",
"scopes": "string",
"redirectUri": "string"
}