curl --location -g --request GET 'https://api.mpc.dev.placewise.com/v1/users/me/notifications?seen=true&per_page=&page_no=1&sort_by[]=id&sort_directions[]=DESC' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Locale: pl'
{
"not_seen_notifications_count": 5,
"notifications": [
{
"id": 1,
"app_module": "operations_documents",
"type": "operations_alert_accepted",
"body": "APPROVED: Holiday promo coupon 10% discount",
"url": "447;type=customer/resources/details/23",
"occurred_at": "2022-11-09T16:25:58.099512Z",
"created_at": "2022-11-05T16:25:58.099512Z",
"received_at": "2022-11-09T16:25:58.099512Z",
"seen_at": "2022-11-09T16:25:58.099512Z"
}
],
"pagination_info": {
"count": 1000,
"total_count": 2050,
"per_page": 1000,
"total_pages": 3,
"current_page": 1,
"next_page": 2,
"prev_page": null,
"is_first_page": true,
"is_last_page": false,
"is_out_of_range": false,
"offset": 0
}
}