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