pub fn create_request( method: Method, path: &str, query_params: Option<HashMap<String, String>>, headers: Option<HeaderMap>, body: Option<Bytes>, ) -> Request
Create a test request with the given parameters