After selecting the key range according to the API documentation, when calling the API, there is still a prompt about permission issues

I created an API key without scope and was able to successfully obtain the results of the filter.
According to the API documentation, I created an API key with the scopes of read:jira-work and read:issue-details:jira, and called the same API to obtain the results of the filter, but I got a permission issue prompt.
“{
“errorMessages”: [
“A value with ID ‘10363’ does not exist for the field ‘filter’.”
],
“warningMessages”:
}”