■ Request ```json { "user_id": 1, "status": 0 } ``` ■ Response ```json [ { "status": 0, "title": "title text", "target_date": "2023-02-20 10:00:00" }, { "status": 0, "title": "title text 2", "target_date": "2023-02-21 10:00:00" } ] ```
■ Request
{ "user_id": 1, "status": 0 }■ Response
[ { "status": 0, "title": "title text", "target_date": "2023-02-20 10:00:00" }, { "status": 0, "title": "title text 2", "target_date": "2023-02-21 10:00:00" } ]