curl --location --request PUT '/store/order//detail/another-fee' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoice_code": "INV-98716231",
"special_discount": 5000,
"another_fee": 500,
"special_discount_name": "DIskon 11-11",
"another_fee_name": "Buble warp"
}'
{
"message": "Orde has been successfully saved."
}