curl localhost:7000/query
-H 'X-Customer-App-ID: a40b3181-ab0e-45ef-aa02-29197af29d57'
-H 'X-REQUEST-ID: test' -H 'X-Customer-ID: 10' -H 'Accept: application/json'
-H 'Content-Type: application/json'
--data '{"tql": "MATCH (s:ASSET) return s ORDER BY s.label, s.model limit 2"}'
| python -m json.tool