@PUT('/departments/{id}') Future<void> updateDepartment( @Path('id') int departmentId, @Body() Map<String, dynamic> data);