/v1/verify/jobs/{job_id} for the result, or fetch the latest check via /v1/workers/{id}/verification.Authorization: Bearer ********************curl --location --request POST '/v1/workers//verify' \
--header 'Authorization: Bearer <token>'{
"message": "Verification job queued.",
"job_id": 42,
"status": "pending"
}