{
"order_id": 0
}
curl --location --request POST 'https://api.v2.rainyun.com/product/sslcenter/cert/order_verify' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": 0
}'
{}