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