Authorization: Bearer ********************curl --location --request DELETE 'https://v1.dev.bukalombok.com/v1/customer/products/reviews/d3e86c81-4094-41d2-af19-de1efd7f44fa' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"meta": {
"success": true,
"status": 200,
"message": "Review berhasil dihapus"
},
"data": null
}