I would like to import a feed that requires an authentication header.

curl --request GET 'https://example.com/v1/videos/embed?page=1' \
--header "X-API-Authorization: Your-API-Key-Goes-Here"

Is this possible with the feeds module?