-spec show(cowboy_req:req()) -> {json, map()} | {status, integer()}.
-spec update(cowboy_req:req()) -> {json, map()} | {json, integer(), map(), map()} | {status, integer()}.