The DB has a boolean entry for this, but we need an API endpoint to toggle it. /threads/{thread_id}/auto_approve?auto_approve=0 looks like a good option.
/threads/{thread_id}/auto_approve?auto_approve=0
Then we also need a frontend helper for this.