Retrieves the indexed route map.
Represents the structure of a response from the Jupiter API.
GET //jupiter/indexedRouteMap HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to a JupiterAPIResponse containing the indexed route map.
{ "success": true, "message": "text", "data": null }