{
"success": true,
"message": "All notification fetched successfully",
"total": 1,
"data": [
{
"id": "The notification ID",
"message": "The notification message",
"notificationType": "The notification type",
"workflowId": "The workflow ID",
"workflowExecutionId": "The workflow execution ID"
}
]
}