curl --location --request GET 'https://api.kicks.dev/v3/unified/products/air-jordan-4-retro-white-cement-2025' \
--header 'Authorization;'
{
"$schema": "https://api.kicks.dev/schemas/RespListUnifiedProductBody.json",
"data": [
{
"barcodes": [
"string"
],
"brand": "string",
"images": [
"string"
],
"link": "string",
"metadata": {
"property1": null,
"property2": null
},
"model": "string",
"name": "string",
"prices": {
"property1": 0,
"property2": 0
},
"product_type": "string",
"shop_name": "string",
"sku": "string",
"slug": "string",
"source_product_id": "string",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"meta": null
}