curl --location --request PUT 'http://dev-cn.your-api-server.com/packs/123/oauthConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"clientSecret": "string",
"redirectUri": "string"
}'
{
"maskedClientId": "string",
"maskedClientSecret": "string",
"authorizationUrl": "string",
"tokenUrl": "string",
"tokenPrefix": "string",
"scopes": "string",
"redirectUri": "string"
}