curl --location --request POST 'https://stage.privicore.com:9009/oauth-application/obtain-access-token' \
--header 'Authorization;' \
--data-urlencode 'authorization_code='
{
"clientId": "example_client_id",
"token": "example_access_token",
"refreshToken": "example_refresh_token",
"type": "bearer",
"scope": "all",
"expiresAt": "2025-02-10T10:03:06+00:00",
"refreshTokenExpiresAt": "2025-02-10T10:03:06+00:00"
}