webservices: Rename a struct member from bool to boolean. bool is a reserved identifier in C23 so we would break with GCC 15 moving to -std=gnu23 (which is based on C23).