What tool do I use to execute the code shown in the Examples in the ArangoDB Documentation for Inserting Documents using the HTTP API. I thought it was arangosh.exe but not so sure anymore.
For example: The Arango 3.3 HTTP Bulk Import Documentation examples look like this:
In the examples I see
shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/import?collection=products
I am assuming (Most likely assuming incorrectly) that the examples are using the Arango Shell which can be opened using arangosh.exe from the command prompt.
Below is a successful login into Arango using the Arango Shell.

Next is my attempt to use the syntax shown in the examples contained within the API ArangoDB documentation.

