[FIXED] This API does not exist (migration to helix)

@BarryCarlyon This is the response I’ve received:

{'data': []}

I was expecting something more like this:

{
  "data": [
    {
      "segment": "global",
      "content": "hello config!",
      "version": "0.0.1"
    }
  ]
}