{"message":"PointOne Media API is running","endpoints":{"GET /api/users":"Get all users","GET /api/users/search?q=term":"Search users","GET /api/users/:id":"Get user by ID","POST /api/users":"Create new user","POST /api/users/login":"Login user","PUT /api/users/:id":"Update user","DELETE /api/users/:id":"Delete user","GET /api/customers":"Get all customers","GET /api/customers/search?q=term":"Search customers","GET /api/customers/:id":"Get customer by ID","POST /api/customers":"Create new customer","PUT /api/customers/:id":"Update customer","DELETE /api/customers/:id":"Delete customer","GET /api/products":"Get all products","GET /api/products/search?q=term":"Search products","GET /api/products/:id":"Get product by ID","POST /api/products":"Create new product","PUT /api/products/:id":"Update product","DELETE /api/products/:id":"Delete product","GET /api/orders":"Get all orders","GET /api/orders/search?q=term":"Search orders","GET /api/orders/:id":"Get order by ID","POST /api/orders":"Create new order","PUT /api/orders/:id":"Update order","DELETE /api/orders/:id":"Delete order","GET /api/jobs":"Get all jobs","GET /api/jobs/search?q=term":"Search jobs","GET /api/jobs/:id":"Get job by ID","POST /api/jobs":"Create new job","PUT /api/jobs/:id":"Update job","DELETE /api/jobs/:id":"Delete job","GET /api/payments":"Get all payments","GET /api/payments/search?q=term":"Search payment","GET /api/payments/:id":"Get payment by ID","POST /api/payments":"Create new payment","PUT /api/payments/:id":"Update payment","DELETE /api/payments/:id":"Delete payment","GET /api/order-items":"Get all order-items","GET /api/order-items/search?q=term":"Search order-items","GET /api/order-items/:id":"Get orderItem by ID","POST /api/order-items":"Create new orderItem","PUT /api/order-items/:id":"Update orderItem","DELETE /api/order-items/:id":"Delete orderItem","GET /api/product-options":"Get all product-options","GET /api/product-options/search?q=term":"Search product-options","GET /api/product-options/:id":"Get productOption by ID","POST /api/product-options/create":"Create new productOption","PUT /api/product-options/:id":"Update productOption","DELETE /api/product-options/:id":"Delete productOption"}}