How to run rest api in Magento using postman
I am new to magento and trying to get response from magento rest api but I can't. Initially I get authorization key by passing username, password Now I want to list all categories. In Authorization I used Bearer Token, In…