When I try to get my ToDo lists, using this endpoint, https://graph.microsoft.com/v1.0/me/todo/lists, I get a 503 error
{
"error": {
"code": "UnknownError",
"message": "The service is unavailable.",
"innerError": {
"date": "2020-11-03T22:16:08",
"request-id": "046d52f9-304a-4f73-884e-e0fa737a92fa",
"client-request-id": "7f73ad15-7558-6a4c-0c64-0761fbb618ba"
}
}
}
I've confirmed that I've given permissions to read this resource.

