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":"109795702080"}],"OrderTypeID":"2","AddressID":"200087066485"}'
{}