post
https://api.zoominfo.com/gtm/data-quality/v1/score/actions/run
Submits a batch of records for scoring and blocks until results are
available. Returns 200 OK with per-record scores inline.
Unknown configIds are ignored: a well-formed id that does not match an
existing score config is skipped rather than failing the run. Returns 400
if configIds or records are missing/empty, exceed their limits (10
configs, 25 records), if a configId is malformed (not a valid integer id),
or if none of the supplied configIds match an existing config. Returns
5xx if the run errors before any record can be scored; partial errors are
reported per-record in the response.