[Security Solution] Support for kibana spaces in openapi generated securitySolutionApi service for integration tests (#194029)

### Summary

This PR adds support for Kibana Spaces in the generated
`securitySolutionApi` service for integration tests.

Users can now pass an extra parameter `kibanaSpace` when calling a route
from the service. The provided space will be prefixed to the API's path.
If no argument is provided, it is default'ed to `'default'`

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Tiago Vila Verde 2024-09-26 19:53:25 +02:00 committed by GitHub
parent de8c5999e8
commit 2f45c90d2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 526 additions and 330 deletions