Approve a request-form submission
POST
/api/v1/workspaces/{slug}/requests/{id}/approveApprove a pending request and issue the certificate
Approves a request-form submission and issues the certificate to the recipient from the submitted fields. Returns the created (or updated) issue.
Already-approved submissions return 409 with code submission_already_approved.
Authorization
Scopecertificates:write
Authorization: Bearer vc_...Requires certificates:write (or full access) and an active Pro seat.