1pub struct AuthLogStore {} 2 3impl AuthLogStore { 4 // pub async fn get(start_date: i32, end_date: i32) -> Result<AuthRequest, String> { 5 // get::<OrganizationResponse>( 6 // USER_API, 7 // format!("/authLog/getForWeek/{start_date}/{end_date}"), 8 // ) 9 // .await 10 // } 11}