curl --location --request POST 'http://api.gelsinpizza.com/api/web/Order/AddOrderNote' \ --header 'Authorization: {{UAT_TOKEN}}' \ --header 'Content-Type: text/plain' \ --data-raw '{ "Note":"test order note4" }'
{}