pub fn http_json<T>(v: T) -> Result<Vec<u8>, Errors>where
    T: Serialize + Clone,