{"message":"API RIFMA Beauty","version":"1.0.0","status":"online","endpoints":{"products":{"getAll":"GET /api/products","getById":"GET /api/products/:id","updateStock":"PATCH /api/products/:id/stock"},"orders":{"create":"POST /api/orders","getOrder":"GET /api/orders/:identifier","getCustomerOrders":"GET /api/orders/customer/:email","updateStatus":"PATCH /api/orders/:id/status","adminGetAll":"GET /api/admin/orders"},"contact":"POST /api/contact","newsletter":"POST /api/newsletter/subscribe"}}