{"message":"Welcome to Zono Marketing API","description":"This API provides endpoints for case studies, business types, and demo requests","endpoints":{"POST /auth/login":"User login","POST /auth/register":"User registration","GET /case-studies":"Get all case studies (public)","POST /case-studies":"Create a case study (authenticated)","PUT /case-studies/:id":"Update a case study (authenticated)","DELETE /case-studies/:id":"Delete a case study (authenticated)","GET /business-types":"Get all business types (public)","POST /business-types":"Create a business type (authenticated)","PUT /business-types/:id":"Update a business type (authenticated)","DELETE /business-types/:id":"Delete a business type (authenticated)","POST /request-demos":"Submit a demo request (public)","GET /request-demos":"Get all demo requests (authenticated)","PUT /request-demos/:id":"Update a demo request (authenticated)","DELETE /request-demos/:id":"Delete a demo request (authenticated)","GET /landing-page-data":"Get data for the marketing landing page (public)"}}