curl --location --request GET '/generalSearch/vendor/b34b8eea-d23a-4b0a-88c7-1c6833cb801f'
[
{
"category": {
"id": "string",
"name": "string",
"description": "string",
"parentId": "string",
"vendorProducts": [
{
"id": "string",
"vendorId": "string",
"productId": "string",
"price": 0,
"name": "string",
"description": "string",
"discountedPrice": null,
"images": [
"string"
],
"stock": 0,
"isAvailable": true,
"isAlcohol": true,
"isAgeRestricted": true,
"attributes": null,
"categoryIds": [
null
],
"createdAt": "string",
"updatedAt": "string"
}
]
}
}
]