Pass get parameters or headers through actions or emits

Hello there! :slight_smile:

I am currently testing Livewire but I am currently experiencing a difficulty. Indeed on the emit or action I would like to be able to pass a parameter in GET or headers.

In fact, it is to use api_token on livewire calls and to be able to authenticate me with the guard api. do you think this is possible?

Thanks for your help