pub async fn refresh_token( refresh_token: String, user_id: String, app_handle: AppHandle, ) -> Result<AuthSuccess, String>