Create a proxy
Spaces method and path for this operation:
post /s/{space_id}/api/fleet/proxies
Refer to Spaces for more information.
[Required authorization] Route required privileges: fleet-settings-all.
POST /api/fleet/proxies
curl \ --request POST 'https://localhost:5601/api/fleet/proxies' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --header "kbn-xsrf: true" \ --data '{"certificate":"string","certificate_authorities":"string","certificate_key":"string","id":"string","is_preconfigured":false,"name":"string","proxy_headers":{},"url":"string"}'