{"info":{"name":"Maham Expo - Public API \u2014 \ud83d\udd27 Services","_postman_id":"7639b46e-9e15-4c32-88a8-67835fa20460","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"},"item":[{"name":"\ud83d\udd27 Services","description":"Public service endpoints for browsing available services.","item":[{"name":"List Services","request":{"method":"GET","header":[],"url":{"raw":"{{expo_url}}\/v1\/services","host":["{{expo_url}}"],"path":["v1","services"]},"description":"Retrieve a list of all available services."},"response":[]}]}],"auth":{"type":"noauth"},"variable":[{"key":"expo_url","value":"http:\/\/localhost:8000","description":"Base URL for the Expo API"},{"key":"event_id","value":"","description":"Event UUID"},{"key":"space_id","value":"","description":"Space UUID"},{"key":"category_id","value":"","description":"Category UUID"},{"key":"city_id","value":"","description":"City UUID"},{"key":"faq_id","value":"","description":"FAQ UUID"},{"key":"banner_id","value":"","description":"Banner UUID"},{"key":"page_slug","value":"","description":"Page slug identifier"},{"key":"platform","value":"web","description":"Platform identifier (web, ios, android)"},{"key":"language","value":"ar","description":"Language code (ar, en)"}],"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.variables.get('language') || 'ar'","});","","pm.request.headers.add({","    key: 'X-Platform',","    value: pm.variables.get('platform') || 'web'","});"]}}]}