curl --location --request GET 'https://9f9l4tky3g.execute-api.us-east-1.amazonaws.com/dev/pragma/notification/get-notification-status/email'
{
"message": "string",
"status": 0,
"data": {
"email": "string",
"active": true,
"dateOpened": "2019-08-24T14:15:22Z",
"dateClosed": "2019-08-24T14:15:22Z",
"modal": {
"message": "string",
"styleModal": "string",
"activeModal": true,
"messageInfo": "string",
"help": true
},
"postponedUntil": "2019-08-24T14:15:22Z"
}
}