Hello!
I couldn't find any documentation on how to include authorization headers in the schema when using fetch to retrieve secured data for select components.
Is it currently possible to attach authorization headers?
If yes, it would be helpful to have an example in the documentation, as most APIs require authentication.
If not, would it be possible to introduce a way to pass a wrapper around a network function (e.g., fetch) that includes the necessary headers for the form component?
Thanks.