Authorization: Bearer ********************curl --location --request POST 'https://v1.dev.bukalombok.com/v1/vendor/products/ece7939c-fb5b-494f-b2b1-c93b4407705b/discounts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"discountType": "FIXED_AMOUNT",
"discountValue": 10000,
"startDate": "2025-10-16",
"endDate": "2025-12-31"
}'{
"meta": {
"success": true,
"status": 0,
"message": "string"
},
"data": {}
}