curl --location --requestDELETE'https: //api.veniocrm.com/dev/v1/SalesOrders/Reject' \
curl --location --request
'https: //api.veniocrm.com/dev/v1/SalesOrders/Reject' \
--header 'Authorization: Bearer <Your access_token>' \
--header 'Content-Type: application/json' \
--data-raw '{ "salesOrderIds": [ 0 ], "reason": "string" }'