Send a test notification
Accepted
const response = await fetch('https://app.seedata.io/api/notification-recipients/{notificationrecipientsId}/test', { method: 'POST', headers: {}, }); const data = await response.json();