DRAFT status to PROCESSING. The system begins domain registration and mailbox provisioning.Note: Requires sufficient wallet balance. Monitor progress via GET /orders/status.
curl --location 'https://customers.coldmailreseller.com/api/v1/integration/orders/process-order' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"orderId": "ord_R8K2LQPZA9XM"
}'{
"status": 200,
"message": "Order queued, make sure to have enough balance in your wallet!",
"data": null,
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}