{"info":{"name":"Maham Expo - Merchant \u2014 \ud83d\udd14 Notifications","_postman_id":"ca67fab4-6f17-4163-a4b6-c2ec65479b1f","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"},"item":[{"name":"\ud83d\udd14 Notifications","item":[{"name":"List Notifications","request":{"method":"GET","header":[],"url":{"raw":"{{expo_url}}\/v1\/notifications","host":["{{expo_url}}"],"path":["v1","notifications"],"query":[{"key":"unread_only","value":"1","disabled":true}]}}},{"name":"Unread Count","request":{"method":"GET","header":[],"url":{"raw":"{{expo_url}}\/v1\/notifications\/unread-count","host":["{{expo_url}}"],"path":["v1","notifications","unread-count"]}}},{"name":"Mark as Read","request":{"method":"PUT","header":[],"url":{"raw":"{{expo_url}}\/v1\/notifications\/{{notification_id}}\/read","host":["{{expo_url}}"],"path":["v1","notifications","{{notification_id}}","read"]}}},{"name":"Mark All Read","request":{"method":"PUT","header":[],"url":{"raw":"{{expo_url}}\/v1\/notifications\/read-all","host":["{{expo_url}}"],"path":["v1","notifications","read-all"]}}}]}],"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{merchant_token}}","type":"string"}]},"variable":[],"event":[{"listen":"prerequest","script":{"type":"text\/javascript","exec":["pm.request.headers.add({ key: 'Accept', value: 'application\/json' });","pm.request.headers.add({ key: 'Accept-Language', value: pm.environment.get('language') || 'ar' });","pm.request.headers.add({ key: 'X-Platform', value: pm.environment.get('platform') || 'web' });"]}}]}