{"success":true,"message":"Property Management API - Enhanced for React Native","version":"1.1.0","timestamp":"2026-07-01T03:47:00.780Z","endpoints":{"health":{"url":"/health","method":"GET","description":"Health check with system info"},"testUpload":{"url":"/test-upload","method":"POST","description":"Test endpoint for debugging uploads"},"auth":{"login":{"url":"/auth/login","method":"POST","description":"User login","body":{"email":"string","password":"string"}},"signup":{"url":"/auth/signup","method":"POST","description":"User registration","body":{"name":"string","email":"string","password":"string","role":"user|broker"}}},"properties":{"getAllProperties":{"url":"/api/properties","method":"GET","description":"Get all published properties with filtering"},"createProperty":{"url":"/api/properties","method":"POST","description":"Create new property (broker only)","auth":"Bearer token","contentType":"multipart/form-data","notes":"Supports React Native FormData with image files"}}},"limits":{"fileSize":"5MB per file","maxFiles":10,"jsonLimit":"100MB","requestTimeout":"30 seconds","rateLimit":"100 requests per 15 minutes"},"reactNative":{"supported":true,"formDataSupported":true,"base64Supported":true,"notes":"Enhanced support for React Native file uploads"}}