Restore all archived notifications back to inbox
Confirmation of restore operation
401 - Not authenticated
import { restoreAllNotifications } from "@cpod/sdk";const result = await restoreAllNotifications();console.log(result.message); // "All notifications restored" Copy
import { restoreAllNotifications } from "@cpod/sdk";const result = await restoreAllNotifications();console.log(result.message); // "All notifications restored"
Restore all archived notifications back to inbox