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