Export a collection of outbound rules to file.
OK
const response = await fetch('https://HOSTNAME:8887/api/outbound_rules/export', { method: 'GET', headers: {}, }); const data = await response.json();
binary