Invalid JSON added by Southy on Fri Aug 16 14:34:18 2019

(import awful)

(define-page (main-page-path)
  (lambda ()    
    (awful-response-headers '((content-type "application/json")))
    '("{\"id\": 6}"))
  no-template: #t)