The POST endpoint doesn’t support query parameters.
You can construct your request in the Playground and then generate example code for curl if you want to import an example request for Postman
A general idea, since you’re already using Postman.
It’s possible to import our ors swagger docs directly as a simple collection or a Swagger OpenAPI 3 Collection, depending on your plan with Postman.
That directly gives you all the possible requests, well formatted and ready to be used.
After importing, just set a header called “Authorization” together with your key from Dashboard | ORS as a value to the request you want to make and click Send.
You’ll still have to provide working input data, but the API/Postman collection structure is already present and makes it maybe a bit easier with all the examples in place.
Thanks for the fast answers. I understood. Then I can do 2 things:
Create a ‘curl example’ from the ORS Playground, then I can import the obtained snippet in Postman
Simply I must add (because we are in ‘POST’ use) the requested parameters in Postman, but using the ‘Body’ tab, not the ‘Params’ tab, as in the following example: