Is it possible to send custom headers and how? We can do that with normal ajax requests like this: ``` $.ajax({ headers: { 'x-my-custom-header': 'some value' } }); ```