curl --location --request GET 'https://v1.dev.bukalombok.com/v1/products/d7bc412b-e7c9-47e2-946e-fbabaf69b174/details/490dd0e2-432e-4dfe-b7cc-fa45f700ded0'{
"meta": {
"success": true,
"status": 200,
"message": "Berhasil mendapatkan data detail produk"
},
"data": {
"product": {
"id": "d7bc412b-e7c9-47e2-946e-fbabaf69b174",
"name": "Baju Pria"
},
"detail": {
"id": "490dd0e2-432e-4dfe-b7cc-fa45f700ded0",
"title": "Cara Cuci",
"content": "Gunakan air dingin",
"imageUrl": "https://cdn.example.com/celana.jpg",
"sequence": 1,
"createdAt": "2025-09-14T02:57:03.762Z",
"updatedAt": "2025-09-14T02:57:03.762Z"
}
}
}