{"info":{"name":"Maham Expo - Merchant \u2014 \u2b50 Ratings","_postman_id":"6dbdd019-050d-428a-89b2-728064c6a149","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"},"item":[{"name":"\u2b50 Ratings","description":"Own ratings CRUD.\n\n**Permission:** ratings.create, ratings.update, ratings.delete","item":[{"name":"Create Rating","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"rateable_type\": \"event\",\n    \"rateable_id\": \"{{event_id}}\",\n    \"rating\": 5,\n    \"comment\": \"Great event!\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{expo_url}}\/v1\/ratings","host":["{{expo_url}}"],"path":["v1","ratings"]},"description":"**Required:** rateable_type (event|space), rateable_id, rating (1-5)\n**Optional:** comment"}},{"name":"Update Rating","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"rating\": 4,\n    \"comment\": \"Updated review\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{expo_url}}\/v1\/ratings\/{{rating_id}}","host":["{{expo_url}}"],"path":["v1","ratings","{{rating_id}}"]}}},{"name":"Delete Rating","request":{"method":"DELETE","header":[],"url":{"raw":"{{expo_url}}\/v1\/ratings\/{{rating_id}}","host":["{{expo_url}}"],"path":["v1","ratings","{{rating_id}}"]}}}]}],"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' });"]}}]}