{"message":"Welcome to the Happy Thoughts API","endpoints":[{"path":"/","methods":["GET"],"middlewares":["anonymous"]},{"path":"/users/signup","methods":["POST"],"middlewares":["anonymous"]},{"path":"/users/login","methods":["POST"],"middlewares":["anonymous"]},{"path":"/users/:id/thoughts","methods":["GET"],"middlewares":["authenticateUser","anonymous"]},{"path":"/thoughts","methods":["GET","POST"],"middlewares":["anonymous"]},{"path":"/thoughts/:id","methods":["GET","DELETE","PATCH"],"middlewares":["anonymous"]},{"path":"/thoughts/:id/like","methods":["POST"],"middlewares":["anonymous"]}]}