curl --location --globoff --request GET '{store_url}/api/v1//products/nike-air-max-90' \
--header 'Content-Type: application/json' \
--data '{
"includes": [
"variants",
"reviews",
"images"
]
}'"Product fetched successfully"