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

actually as an admin user, we are unable to access strapi’s custom/default api for content-types.
lets say, we created a content type in strapi (not in any plugin), (eg todo)
we can not access default CRUD apis with admin user’s JWT token. (http://localhost:1337/api/todos)