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