pub fn json_response(status: StatusCode, body: impl Serialize) -> Response
Render any Serialize payload as a JSON response with the given status.
Serialize