Spaces method and path for this operation:
post /s/{space_id}/api/streams/_enable
Refer to Spaces for more information.
Enables wired streams
[Required authorization] Route required privileges: manage_stream.
POST /api/streams/_enable
curl \ --request POST 'https://localhost:5601/api/streams/_enable' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --header "kbn-xsrf: true"