curl --location --globoff --request GET '{store_url}/api/v1//products/search' \
--header 'Content-Type: application/json' \
--data '{
"page": 1,
"page_size": 24,
"q": "running shoes",
"sort_by": "popularity_order",
"order": "asc",
"categories": "sports",
"price_min": 100,
"price_max": 500,
"on_sale": true,
"attribute_values": [
"black",
"size-42"
]
}'"Success"