{"message":"Welcome to Multi-Tenant API (faltuwork & paidaqhuye)","endpoints":{"tenantInfo":"GET /api/tenant-info","auth":{"signup":"POST /api/auth/signup (body: { name, email, password, phone })","login":"POST /api/auth/login (body: { email, password })"},"items":{"list":"GET /api/items","create":"POST /api/items (body: { title, description, price, category })"},"users":{"list":"GET /api/users","create":"POST /api/users (body: { name, email, role })"}},"howToTestTenants":{"faltuwork":["Domain/Host: faltuwork.com (or set Header: \"Host: faltuwork.com\")","Header: \"x-tenant-id: faltuwork\"","Query Parameter: ?tenant=faltuwork"],"paidaqhuye":["Domain/Host: paidaqhuye.com (or set Header: \"Host: paidaqhuye.com\")","Header: \"x-tenant-id: paidaqhuye\"","Query Parameter: ?tenant=paidaqhuye"]}}