pub async fn create_verification_challenge( pool: &PgPool, domain_id: Uuid, challenge_type: &str, token: &str, expected_value: &str, ) -> ProxyResult<()>
Record a verification challenge for a domain.