Where to supply the application Id for Recurring Integrations

I have been following this article for recurring integration to export entities from FnO to my NodeJs application.

https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/data-entities/recurring-integrations?toc=/fin-and-ops/toc.json

I have already registered the app in AAD and performed oAuth properly. I am also able to access the data entities through oData RESTing.

But I want to access the data incrementally over a specified interval, for which I setup the recurring integration job.

The job is running fine, but when I try to dequeue the file through the export API provided in this link, it gives an error saying the Application ID was not claimed.

I don’t know how to provide the Application ID since it is a GET request. https:///api/connector/dequeue/

Should it be as a query param or something else? Please help.

See the screenshot for error.