{"status":"success","message":"Welcome to the Tutoring Platform PHP API!","endpoints":[{"path":"\/api\/v1\/users.php","methods":["GET","POST","PUT","DELETE"],"description":"User CRUD operations"},{"path":"\/api\/v1\/ads.php","methods":["GET","POST","PUT","DELETE"],"description":"AdPost CRUD operations"},{"path":"\/api\/v1\/ad_comments.php","methods":["GET","POST","DELETE","PATCH"],"description":"Ad comments: list, post, delete, review"},{"path":"\/api\/v1\/ad_comments\/like.php","methods":["POST"],"description":"Like\/unlike ad comment"},{"path":"\/api\/v1\/ad_comments\/report.php","methods":["POST"],"description":"Report ad comment"},{"path":"\/api\/v1\/ad_comments\/queue.php","methods":["GET"],"description":"Get ad comments review queue (admin)"},{"path":"\/api\/v1\/auth.php","methods":["POST","GET"],"description":"Authentication (login, validate token)"},{"path":"\/api\/v1\/upload.php","methods":["POST"],"description":"File uploads (images, pdf, video)"}]}