We've been using the Forge DM webhooks for some time. But when we attempt to register an adsk.c4r/model.sync webhook, it gives a 401 error. We have all of the "data"-related scopes set in our token.
{
  "id": "22c519a4-0afd-46f5-b80e-3a718fe6b5a1",
  "status": 401,
  "code": "AUTHORIZATION_ERROR",
  "detail": [
    "User authorization was not defined for eso with system id: adsk.c4r and event id: model.sync"
  ]
}
Is there something else that needs to be authorized differently?