Authorization: Bearer ********************curl --location --request GET 'https://v1.dev.bukalombok.com/v1/vendor/products/467b4a11-01d2-4dfc-a94a-3b5ee59088f8/details/7ee7aeb4-ab08-4215-936f-1cd5ddbaf711' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Berhasil mendapatkan data detail produk"
},
"data": {
"product": {
"id": "467b4a11-01d2-4dfc-a94a-3b5ee59088f8",
"name": "Tas Testing"
},
"detail": {
"id": "7ee7aeb4-ab08-4215-936f-1cd5ddbaf711",
"title": "Garansi Produk 7",
"content": "Garansi 1 tahun untuk kerusakan bahan.",
"imageUrl": "https://example.com/warranty.jpg",
"sequence": 3,
"createdAt": "2025-09-12T11:56:36.932Z",
"updatedAt": "2025-09-12T12:15:24.927Z"
}
}
}