How to allow v4 admin users to visit /api/*?

Yes, I attached it, it’s the same from what I can see from admin backend’s requests.
From what I can understand is that there are two types of users, first admin users, second user permission users. By default, /api is using user permission users to authenticate all the request.
However what I want to know is that, if I only have admin user’s jwt token, how can I visit /api/ calls?