curl --location --request DELETE '/product/vendor/2849804c-eca6-4136-8623-590b2f42d6cb' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJmNjU2NmYzNi1hOTRhLTQ5Y2UtODJkOS0wNTgzNzYzOGEyNjYiLCJyb2xlIjoidmVuZG9yIiwiaWF0IjoxNzQzNDIyOTczLCJleHAiOjE3NDYwMTQ5NzN9.GyanpimdBjlaJwNbDkST7ycEvo1Wsi9XhMD3qROIWyQ'
{
"id": "string",
"vendorId": "string",
"productId": "string",
"price": 0,
"name": "string",
"description": "string",
"discountedPrice": null,
"sku": "string",
"images": [
"string"
],
"stock": 0,
"isAvailable": true,
"attributes": null,
"createdAt": "string",
"updatedAt": "string",
"categoryIds": [
null
]
}