curl --location --request POST 'http://api.gelsinpizza.com/api/web/order/ChangeType' \
--header 'Authorization: {{UAT_TOKEN}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"OrderId": "200084088384",
"OrderType": "2",
"StoreId": "102880851560"
}'
{}