API v3: no endpoint to approve a workflow's approval job

Migrating a client to v3 and hit a gap I can’t work around: there seems to be no v3 equivalent of:

POST /api/v2/workflow/{workflow-id}/approve/{approval-request-id}

This looks like an oversight rather than a decision, because v3 already models approval jobs. Is an approve endpoint planned?

In a related note, v3 also does not expose a job dependencies. For a job gated behind an approval, v2 returns dependencies and requires which is useful.