How to fix api scopes

Hi. My name is Samandar.

https://api.zoom.us/v2/accounts/{accountId}/recordings” this is the result when I send a request through this api
{
“code”: 4711,
“message”: “Invalid access token, does not contain scopes:[recording:master, recording:write:master, recording:read:master].”
}.
But I have checked that these scopes are available. please help

1: You see this scopes added to your app? Can you share a screenshot?
2: Can you confirm you are a master account and need to use and endpoint that requires master account scopes?