const fetchNotifications = async ({
  queryKey: [{ apiKey, namespace }],
}: QueryFunctionContext<
  ReturnType<(typeof notificationKeys)["notifications"]>
>) =>