Hi
i am converting an api integration from Azure AD Graph to Microsoft graph api and have run into an issue when requesting the OAuth token from ION api . Using Postman i am able to request the token and post requests if i specify the "resource" under advanced options when configuring the token .

Looking at the Request - the "Resource" is in the request body

How do i specify the resource in ION API Token endpoint security ? , i have tried adding it as custom parameters but does not appear to be working

Currently all Requests result in the below error , this is due to the resource not been specified as "">https://graph.microsoft.com/"
{
<span class="hljs-attr">"error": {
<span class="hljs-attr">"code": "InvalidAuthenticationToken",
<span class="hljs-attr">"message": "Access token validation failure. Invalid audience.",
<span class="hljs-attr">"innerError": {
<span class="hljs-attr">"date": "2022-12-07T09:42:02",
<span class="hljs-attr">"request-id": "4364f46c-504b-4734-812f-2dff1d06d0ce",
<span class="hljs-attr">"client-request-id": "4364f46c-504b-4734-812f-2dff1d06d0ce"
}
}
}