pub async fn fetch_output( nation_id: i32, ) -> Result<NationResources, Box<dyn Error>>
Function to fetch nation resources from the API Params: nation_id: i32 | gets the output of the user with the given nation id