const fetchConsumers = async ({
  queryKey: [{ apiKey, namespace }],
}: QueryFunctionContext<ReturnType<(typeof gatewayKeys)["consumers"]>>) =>
  getConsumers({
    apiKey,