curl --location --request GET '/oauth/authorize?responseType&clientId&redirectUri&scope&state&nonce&codeChallenge&codeChallengeMethod'
{
"success": {
"authorizationCode": "string",
"state": "string"
},
"redirect": {
"redirectUrl": "string"
},
"error": {
"error": "string",
"errorDescription": "string",
"state": "string"
}
}