Create Fleet Server host
Spaces method and path for this operation:
post /s/{space_id}/api/fleet/fleet_server_hosts
Refer to Spaces for more information.
POST
/api/fleet/fleet_server_hosts
curl \
--request POST 'http://localhost:5601/api/fleet/fleet_server_hosts' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"host_urls":["string"],"id":"string","is_default":true,"is_internal":true,"name":"string","proxy_id":"string"}'