{ "order_id": "abcd1234567890", "dcv_method": "dns" }
curl --location 'https://www.sslhello.com/api/v1/order/update-dcv' \ --header 'api-token;' \ --header 'Content-Type: application/json' \ --data '{ "order_id": "abcd1234567890", "dcv_method": "dns" }'
{ "data": { "order_id": "abcd1234567890" }, "message": "ok", "success": true }