curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/users/me/notifications/' \ --header 'X-User-Agent;' \ --header 'X-Product-Name;' \ --header 'X-Loyalty-Club-Slug;' \ --header 'X-Customer;' \ --header 'Authorization: Bearer '
{ "notification": { "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" } }