Approve Document
Approves a document from the moderation queue
POST
/api/documents/approve
curl \
--request POST 'http://api.example.com/api/documents/approve?id=42' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Approves a document from the moderation queue
curl \
--request POST 'http://api.example.com/api/documents/approve?id=42' \
--header "Authorization: Bearer $ACCESS_TOKEN"