i need to know where is the location of Webservice Queries of Magento2. For example, when i call the url using POSTMAN:
https://yourwebsite/rest/V1/orders?searchCriteria
I get All orders from all stores on my magento application. So, Where this querie is made? what path? path module? How can i get this? Where SQL is made?