List engagement notes 401 Error (Potentially Scope related)

I am having issues calling:
GET /contact_center/engagements/{engagementId}/notes
via a new Server-To-Server OAuth app I am working on.

My request returns a response of:
{“status”:false,“errorCode”:“401”}

I believe the issue could be scope related as this call requires the scope contact_center_note:read:admin. Unfortunately, I cannot find this scope under Add Scopes in the Zoom App Marketplace so I am not sure what scope to use. I am currently only using one scope (user:read:user:admin) because I don’t know what to use.

I was added to the contact center management by an admin and was then able to select the appropriate scope.