curl --location --request POST 'http://10.101.252.154:9060/api/orderpromotion' \
--header 'Accept: application/json' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"OrderID" : "200059963512",
"PromotionID" :"200021058825" ,
"Amount" : -10
}'
{}