curl --location --request POST 'http://10.101.252.154:9060/api/Order' \
--header 'Accept: application/json' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{"persons":[{"PersonID":"105227667612"}],"OrderTypeID":2,"AddressID":"103223113145"}'
{}