OAuth - Value cannot be null or empty. Parameter name: code

Dear Markus/Experts,

I am trying to test OneIM API via Postman and over the postman while trying to use the OAuth Module as per documentation and passing the OAuth string with required values in the body of my API Call, getting the below error as shown below.

Can someone please advise if I am doing anything wrong

 [
{
"id": "OAuth",
"caption": "OAuth 2.0 / OpenID Connect",
"authTemplate": "Module=OAuth;(OAuth2Code)Code;(Hidden)AppUrl;(Hidden)ClientId;(Hidden)Nonce;(Hidden)RedirectUri",
"passwordBased": false,
"isDefault": false
}
]

2023-05-02 11:07:54.0524 ERROR (ObjectLog Global) : [810284] Failed to authenticate user.
[System.ArgumentException] Value cannot be null or empty.
Parameter name: code
System.AggregateException: One or more errors occurred. ---> VI.Base.ViException: Failed to authenticate user. ---> System.ArgumentException: Value cannot be null or empty.
Parameter name: code
at QER.OAuthAuthentifier.OAuth.<_GetTokenAsync>d__30.MoveNext()

Kindly assist.

Regards,

Debasis