Exporting database in JSON format is unavailable via url request

Hi Prateek, you could fire a mutation to the alpha; this should work.

http://localhost:8080/admin

mutation {
  export(input: {format: "json"}) {
    response {
      message
      code
    }
  }
}