pub async fn refresh_token_api( client: &mut ChiralClient<Channel>, email: &str, token_auth: &str, ) -> Result<Value, Box<dyn Error>>