curl --location '/v1/products/35376632/bought-with?language=en&limit=50&offset=0&q=kettle&sort=-ordersWithBoth'{
"products": [
{
"relatedProductId": 98765,
"name": "Electric Kettle",
"imageUrl": "https://cdn.example.com/img/98765.jpg",
"ordersWithBoth": 128
},
{
"relatedProductId": 98766,
"name": "Bread Knife",
"imageUrl": null,
"ordersWithBoth": 73
}
],
"paging": {
"start": 1,
"count": 2,
"totalCount": 214
}
}