curl --location --request POST 'http://api.gelsinpizza.com/api/web/Basket/AddPromotion' \
--header 'Authorization: {{UAT_TOKEN}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"OrderID" : "200125930483",
"PromotionCode" : "test1A2b3C"
}'
{}