curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/users/me/notifications/' \ --header 'X-User-Agent: ApiDog' \ --header 'X-Product-Name: default' \ --header 'X-Loyalty-Club-Slug: infinity-mall' \ --header 'X-Customer: 447' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json'
{ "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" } }