{"name":"ScriptBox API","version":"1.0.0","description":"Ultra-fast API with MySQL and Redis","docs":"/docs","health":"/health","endpoints":{"web_data":"POST /web/data","scripts":"POST /scripts","script_detail":"GET /scripts/:slug","reviews":"GET /scripts/:id/reviews","contact":"POST /contact","auth":{"register":"POST /auth/register","login":"POST /auth/login","logout":"POST /auth/logout","me":"GET /auth/me"},"wishlist":{"list":"GET /wishlist","add":"POST /wishlist/:scriptId","remove":"DELETE /wishlist/:scriptId"},"user":{"profile":"PUT /user/profile","password":"PUT /user/password","avatar":"POST /user/avatar","two_factor":"POST /user/two-factor","sessions":"GET /user/sessions","notifications":"GET/PUT /user/notifications"},"dashboard":{"services":"GET /dashboard/services","service_detail":"GET /dashboard/services/:id","domains":"GET /dashboard/domains","dns_records":"GET /dashboard/domains/:id/dns","billing":"GET /dashboard/billing/summary","databases":"GET /dashboard/databases","tickets":"GET /dashboard/tickets","notifications":"GET /dashboard/notifications"},"hosting":{"plans":"GET /hosting/plans","providers":"GET /hosting/providers","regions":"GET /hosting/regions","order":"POST /hosting/order"},"domains":{"search":"GET /domains/search","pricing":"GET /domains/pricing","register":"POST /domains/register","transfer":"POST /domains/transfer"}}}