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