curl --location -g --request POST '{{baseURL}}/store/products/search' \ --header 'Content-Type: application/json' \ --data-raw '{ "q": "string", "offset": 0, "limit": 0, "filter": null }'
{ "hits": [] }