pub async fn user_get_stop_watches( configuration: &Configuration, page: Option<i32>, limit: Option<i32>, ) -> Result<Vec<StopWatch>, Error<UserGetStopWatchesError>>