const fetchInstanceInput = async ({
  queryKey: [{ apiKey, namespace, instanceId }],
}: QueryFunctionContext<ReturnType<(typeof instanceKeys)["instanceInput"]>>) =>
  getInstanceInput({
    apiKey,