@mario.cordova.862 handle-created produces a data (or string) representation of the desired result. The fn at :as-reponse function converts that to a suitable http response body depending on the negotiated media-type.
e.g. if you request application/json and :handle-created returns {:foo "bar"} then the client will receive a json response body “{foo: bar}”