pub fn create_request<T>(
    param_string: String,
    into_request: impl IntoRequest<T>
) -> Request<T>