❯ curl localhost:8529/_api/version
{"error":true,"errorNum":11,"errorMessage":"not authorized to execute this request","code":401}%
❯ curl localhost:8529/_api/version --user root
Enter host password for user 'root':
{"server":"arango","license":"enterprise","version":"3.11.8"}%