curl --request POST \
--url https://api.zo.computer/custom-domains/{domain}/verify \
--header 'Authorization: Bearer <token>'{
"verified": true,
"status": "<string>"
}Trigger immediate verification check for a custom domain.
curl --request POST \
--url https://api.zo.computer/custom-domains/{domain}/verify \
--header 'Authorization: Bearer <token>'{
"verified": true,
"status": "<string>"
}