curl --location --request POST 'https://stage.privicore.com:9009/profile/retrieve-oauth-application-configuration' \
--header 'X-DPT-AUTHORIZATION;' \
--data-urlencode 'id='
{
"id": "example_oauth_application_id",
"title": "example_oauth_application_title",
"redirectUri": "example_oauth_application_redirect_uri",
"profileId": "example_oauth_application_profile_id",
"clientId": "example_oauth_application_client_id",
"clientSecret": "example_oauth_application_client_secret"
}