curl -X POST https://dev.retriever.biothings.io/query \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "message": {
    "query_graph": {
      "nodes": {
        "n0": {
          "ids": ["CHEBI:45783"]
        },
        "n1": {},
        "n2": {},
        "n3": {
          "ids": ["MONDO:0004979"]
        }
      },
      "edges": {
        "e0": {
          "subject": "n0",
          "object": "n1",
          "predicates": ["biolink:treats", "biolink:affects", "biolink:regulates", "biolink:gene_associated_with_condition", "biolink:has_metabolite", "biolink:applied_to_treat", "biolink:directly_physically_interacts_with", "biolink:has_contraindication", "biolink:subject_of_treatment_application_or_study_for_treatment_by", "biolink:contribution_from"]
        },
        "e1": {
          "subject": "n1",
          "object": "n2",
          "predicates": ["biolink:treats", "biolink:affects", "biolink:regulates", "biolink:gene_associated_with_condition", "biolink:has_metabolite", "biolink:applied_to_treat", "biolink:directly_physically_interacts_with", "biolink:has_contraindication", "biolink:subject_of_treatment_application_or_study_for_treatment_by", "biolink:contribution_from"]
        },
        "e2": {
          "subject": "n2",
          "object": "n3",
          "predicates": ["biolink:treats", "biolink:affects", "biolink:regulates", "biolink:gene_associated_with_condition", "biolink:has_metabolite", "biolink:applied_to_treat", "biolink:directly_physically_interacts_with", "biolink:has_contraindication", "biolink:subject_of_treatment_application_or_study_for_treatment_by", "biolink:contribution_from"]
        }
      }
    }
  }
}' > gandalf_pathfinder_ttn_response.json