I have created a custom admin user and gave access rights to access all the magento modules.
Now when i hit the url to get product info by passing sku in url from postman.
and select authorization type basic auth with username and password which i have created from admin, it gives me error
Consumer is not authorized to access %resources.
how can i fix that or is there any way to access Magento API’s using basic auth?