Another solution, using the “admin level” is this code: (paste the following into overpass turbo) or use this link.

[out:json];

area
  ["admin_level"="10"]
  ["name"="Sutton"];
out body;

node
  ["amenity"="grit_bin"]
  (area);
out body qt;
>;
out skel qt;