Get Access Token for resource and authentication scope

Hello,
In KC I’ve setup client authentication and added a resource uris “/books/*” with 2 scopes “read” and “write”

I’m able to use the evaluate tab and all works as expected. How do I issue the same call in postman to verify that a certain user has “read” access to “/books” ?