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