{"info":{"name":"Maham Expo - Public API \u2014 \u2753 FAQs","_postman_id":"1a30d5bd-acbf-44e5-85f1-51a2e181ab48","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"},"item":[{"name":"\u2753 FAQs","description":"Public FAQ endpoints for browsing frequently asked questions.","item":[{"name":"List FAQs","request":{"method":"GET","header":[],"url":{"raw":"{{expo_url}}\/v1\/faqs","host":["{{expo_url}}"],"path":["v1","faqs"],"query":[{"key":"category","value":"","description":"(string) Filter by FAQ category","disabled":true},{"key":"search","value":"","description":"(string) Search FAQs by keyword","disabled":true}]},"description":"Retrieve a list of frequently asked questions.\n\n**Query Parameters (optional):**\n- `category` - Filter by FAQ category\n- `search` - Search FAQs by keyword"},"response":[]},{"name":"FAQ Categories","request":{"method":"GET","header":[],"url":{"raw":"{{expo_url}}\/v1\/faqs\/categories","host":["{{expo_url}}"],"path":["v1","faqs","categories"]},"description":"Retrieve a list of all FAQ categories."},"response":[]},{"name":"Show FAQ","request":{"method":"GET","header":[],"url":{"raw":"{{expo_url}}\/v1\/faqs\/{{faq_id}}","host":["{{expo_url}}"],"path":["v1","faqs","{{faq_id}}"]},"description":"Retrieve details of a specific FAQ.\n\n**Path Parameters:**\n- `faq_id` (uuid, **required**) - The FAQ UUID"},"response":[]},{"name":"Mark FAQ as Helpful","request":{"method":"POST","header":[],"url":{"raw":"{{expo_url}}\/v1\/faqs\/{{faq_id}}\/helpful","host":["{{expo_url}}"],"path":["v1","faqs","{{faq_id}}","helpful"]},"description":"Mark a specific FAQ as helpful. No request body is needed.\n\n**Path Parameters:**\n- `faq_id` (uuid, **required**) - The FAQ UUID"},"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'","});"]}}]}