Authorization: Bearer ********************curl --location '/api/v2/admin/store/appstore/notifications?startDate=2026-03-01&endDate=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "App Store notification history fetched successfully!",
"data": {
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"count": 12,
"notifications": [
{}
]
}
}