pub fn get_system(id: i32) -> Result<System>
Executes a GET request to the /Systems/{id} endpoint to retrieve a specific system.
/Systems/{id}
system
If any request error occurs, or if no system with this id is found (resulting in a parsing error), the error will be returned.
id