I'm using the Microsoft Graph API in NodeJS to maintain some Microsoft To Do lists.
I want to move a To Do Task from one List to a different List using the Graph API.
Is this possible? I don't see the List ID anywhere in the To Do Task JSON when I query a task.
This is the endpoint I am using:
https://graph.microsoft.com/v1.0/me/todo/lists/<List ID>/tasks/<Task ID>