If you are testing on your own user then you can create your own OAuth link simply to authenticate with yourself (then by extension any other user who is using your system can later on).
The reference is here: https://dev.twitch.tv/docs/authentication/getting-tokens-oauth/#oauth-client-credentials-flow
The scope parameter is the one you will include channel_read in, with the authentication link you create!