Open GLinBoy opened 2 years ago
For the response of the API:
{
"last_30_day": [
{
"date": "2022-06-28",
"email": {
"success": 30,
"failed": 0
},
"sms": {
"success": 30,
"failed": 0
},
"notification": {
"success": 30,
"failed": 0
}
},
{
"date": "2022-06-27",
"email": {
"success": 30,
"failed": 0
},
"sms": {
"success": 30,
"failed": 0
},
"notification": {
"success": 30,
"failed": 0
}
}
]
}