{"service":"SCB x LuckyDose Theme API","version":"v1.0","endpoints":{"auth":{"token":"POST /auth/token","refresh":"POST /auth/refresh"},"themes":{"list":"GET /themes/list","download":"POST /themes/download"},"purchase":{"notify":"POST /purchase/notify","history":"GET /purchase/history/:userHash"},"admin":{"login":"POST /admin/login","refresh":"POST /admin/refresh","logout":"POST /admin/logout","profile":"GET /admin/profile","upload":"POST /admin/upload","uploadTheme":"POST /admin/upload/theme","deleteFile":"DELETE /admin/upload/file/:fileKey","checkFile":"GET /admin/upload/file/:fileKey/exists"},"upload":{"single":"POST /upload/single","themePackage":"POST /upload/theme-package","presignedUrl":"POST /upload/presigned-url","deleteFile":"DELETE /upload/file/:fileKey","checkExists":"GET /upload/file/:fileKey/exists"},"themeUpload":{"uploadTheme":"POST /themes/upload","updateTheme":"PUT /themes/:themeId","uploadGuidelines":"GET /themes/upload/guidelines"},"adminApproval":{"pendingThemes":"GET /admin/themes/pending","reviewTheme":"GET /admin/themes/:themeId","processApproval":"PUT /admin/themes/:themeId/approve"},"themeManagement":{"deleteTheme":"DELETE /admin/themes/:themeId","searchThemes":"GET /themes/search"},"adminAnalytics":{"analytics":"GET /admin/analytics","analyticsSummary":"GET /admin/analytics/summary"},"adminTransactions":{"transactions":"GET /admin/transactions","transactionsSummary":"GET /admin/transactions/summary"},"adminLogs":{"logs":"GET /admin/logs","logsSummary":"GET /admin/logs/summary"}}}