{"message": "IM Marketplace API", "version": "1.0.0", "endpoints": {"auth": ["/register", "/login", "/auth/google", "/verify-email"], "businesses": ["/businesses/home-search", "/businesses/{business_type}", "/businesses/{business_type}/{item_id}"], "forSale": ["/for-sale/{item_type}", "/for-sale/{item_type}/{item_id}"], "forRent": ["/for-rent/{item_type}", "/for-rent/{item_type}/{item_id}"], "jobs": ["/jobs/{job_type}", "/jobs/{job_type}/{item_id}"], "users": ["/users/{user_id}", "/users/{user_id}/address"], "messages": ["/messages", "/messages/{user_id}/{post_id}", "/messages/unread/{user_id}"], "flags": ["/flags", "/flags/{category}/{item_id}"], "payments": ["/payments/stripe/create-session", "/payments/chapa/initialize", "/payments/status/{payment_id}"], "uploads": ["/upload/image", "/uploads/{file_name}"], "contact": ["/contact-us"], "health": "/health", "admin": "/admin/summary"}}