curl --location '/test/1.0.0/InsertDiscountLN/' \
--header 'Accept: application/json' \
--header 'Content-Type: text/plain' \
--data '{
"promotion_name": "Diskon Merdeka",
"discount_type": "1",
"discount_value": 10,
"start_time": "2025-05-06 00:00:00",
"finish_time": "2025-08-20 23:59:59",
"status": "ACTIVE",
"dataXML": "<Data><Destination><Value>JP</Value><Value>US</Value><Value>SA</Value></Destination><Product><Value>312</Value><Value>3PE</Value><Value>3LX</Value></Product></Data>"
}'{}