© 2026 Hedgehog Software, LLC
form-data
const form = new FormData(); form.append('directive', JSON.stringify(directive), { contentType: 'application/json', header: { 'content-type': 'application/json; charset=utf-8', } });