╔════════════════════════════════════════════════════════════════════╗ ║ UPDATE CATEGORIES, PAYMENT METHODS & SERVICES FOR FILE UPLOAD ║ ╚════════════════════════════════════════════════════════════════════╝ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✅ Updated 0 endpoints (Categories, Payment Methods, Services) ✅ Changed body mode: raw JSON → formdata ✅ Added file upload fields for images ✅ Added detailed descriptions and instructions 📝 PATTERNS USED: • Categories: image_ar, image_en (flat pattern) • Payment Methods: image_ar, image_en (flat pattern) • Services: translations[N][image] (nested array pattern) 📝 NEXT STEPS IN POSTMAN: 1. Re-import the updated collection 2. Open Create/Update requests for each endpoint 3. Go to Body tab → You'll see form-data fields 4. For images: - Type should already be 'File' - Click 'Select Files' to choose images 5. Send the request 🎉 All three endpoints now support image uploads!