{"success":true,"message":"Todo List API","version":"1.0.0","endpoints":{"auth":{"register":"POST /api/auth/register","login":"POST /api/auth/login"},"todos":{"getAll":"GET /api/todos","getOne":"GET /api/todos/:id","create":"POST /api/todos","update":"PUT /api/todos/:id","delete":"DELETE /api/todos/:id"}},"documentation":"https://github.com/puddingoverdose/Pre-Test-Assignment"}