I try to call https://api.zoom.us/v2/calendars/users/me/calendarList.
but return
{
"error": {
"code": 401,
"errors": [
{
"appCode": 0,
"domain": "global",
"message": "Failed to pack result",
"reason": "unauthorized"
}
],
"message": "Failed to pack result",
"reqId": "ZMAIL_124bc3ae7f39f27741c81735f65495d0",
"status": "UNAUTHORIZED"
}
}
I don’t know what should I do