200 - updated403 - not an admin | 404 - not foundAuthorization: Bearer ********************curl --location --request PATCH 'https://uat-api.hastaai.in/api/v1/admin/notifications/scheduled//resume' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Success",
"data": {
"notification_key": "Sched-83421",
"send_type": "generic",
"title": "Weekly Wisdom",
"body": "Check out this week's featured mantra.",
"interval_name": "Weekly",
"is_active": true,
"next_run_on": "2026-07-28T00:00:00Z"
}
}