curl --location --request POST 'http://api.alephcrm.com/v2/orders?API_KEY=AAAAAAAA-XXX-XXX-XXX-XXXXXXXXXXXX&ACCOUNTID=9999' \
--header 'Content-Type: application/json' --header 'Accept: application/json' -d ' \
{ \
"MarketplaceId": 99, \
"ExternalOrderId": "…", \
…
…
}
header 'Content-Type: multipart/form-data; ' \
--
{
"Message": "81054",
"Level": {
"Id": 99,
"Name": "OK"
}
}