I want to get all the products between two date ranges. For example: Get only those products which are updated between from date and to date.
I found one solution in this article: how to get all products between two dates?
But this is in PHP. I want to do the same using Postman.
Thanks in advance :)