Authorization: Bearer ********************curl --location '/api/v2/admin/store/playstore/notifications?search=undefined&startDate=undefined&endDate=undefined&page=undefined&limit=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Play Store notification history fetched successfully!",
"data": {
"meta": {
"total": 0,
"per_page": 0,
"current_page": 0,
"last_page": 0,
"first_page": 0,
"first_page_url": "string",
"last_page_url": "string",
"next_page_url": "string",
"previous_page_url": "string"
},
"data": [
{
"id": 0,
"platform": "PLAY_STORE",
"header": "string",
"payload": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}
}