GET /indexes
curl http://localhost:8882/indexes
mq.get_indexes()
curl https://api.marqo.ai/api/v2/indexes \ -H 'x-api-key: XXXXXXXXXXXXXXX'
200 OK
{ "results": [ { "indexName": "Book Collection" }, { "indexName": "Animal facts" } ] }