curl --location --request POST 'https://stage.privicore.com:9009/oauth-application/retrieve-authorization-code' \
--header 'Authorization;' \
--data-urlencode 'id=' \
--data-urlencode 'nonce='
{
"clientId": "example_client_id",
"nonce": "example_nonce",
"authorizationCode": "example_authorization_code",
"expiresAt": "2025-02-10T10:03:06+00:00"
}