curl --location '/oauth/authorize?responseType=undefined&clientId=undefined&redirectUri=undefined&scope=undefined&state=undefined&nonce=undefined&codeChallenge=undefined&codeChallengeMethod=undefined&prompt=undefined&maxAge=undefined&loginHint=undefined&uiLocales=undefined&claims=undefined'{
"success": {
"authorizationCode": "string",
"state": "string",
"accessToken": "string",
"tokenType": "string",
"expiresIn": 0,
"idToken": "string",
"scope": "string"
},
"redirect": {
"redirectUrl": "string",
"reason": "string",
"parameters": {
"property1": "string",
"property2": "string"
}
},
"error": {
"error": "string",
"errorDescription": "string",
"errorUri": "string",
"state": "string"
}
}