{
    "status": "success",
    "message": "API Smart Do - Version 1.0",
    "data": {
        "endpoints": {
            "\/api\/register": "POST",
            "\/api\/login": "POST",
            "\/api\/profile": "GET",
            "\/api\/lists": "GET, POST",
            "\/api\/lists\/{id}": "GET, PUT, DELETE",
            "\/api\/lists\/{id}\/duplicate": "POST",
            "\/api\/items": "POST",
            "\/api\/items\/{id}": "PUT, DELETE",
            "\/api\/items\/{id}\/toggle": "PATCH",
            "\/api\/users\/search": "GET",
            "\/api\/lists\/{id}\/share": "POST",
            "\/api\/lists\/shared": "GET",
            "\/api\/lists\/{id}\/share\/{user_id}": "DELETE",
            "\/api\/calendar": "GET",
            "\/api\/stats": "GET"
        }
    }
}