■ Request ```json { "title": "title text", "description": "description text", "target_date": "2023-02-20 10:00:00", "share_user_ids": [1, 2, 3] } ``` ■ Response ```json { "todo_id": 1 } ```
■ Request
{ "title": "title text", "description": "description text", "target_date": "2023-02-20 10:00:00", "share_user_ids": [1, 2, 3] }■ Response
{ "todo_id": 1 }