Using PAT tokens to access list of tags via REST API

I have created a PAT token here:
https://hub.docker.com/settings/security

I now want to get a list of tags, using the REST call:
https://hub.docker.com/v2/namespaces/{my_namespace}/repositories/{my_repository}/tags/

Which authentication method should I specify in my REST call to use the PAT token?

Thanks,
DC