{ "pid": 1, "domain": "www.sslhello.com", "dcv_method": "dns" }
curl --location --request POST 'https://www.sslhello.com/api/v1/order/create' \ --header 'api-token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "pid": 1, "domain": "www.sslhello.com", "dcv_method": "dns" }'
{ "data": { "order_id": "abcd1234567890" }, "message": "ok", "success": true }