curl --location --request POST 'http://85.111.42.134:9069/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"}'
{}