I'd like to use the v2 Linkedin API from the Javascript SDK. In the docs it says that to make an API call you use IN.API.Raw() but as default I see it is hitting the v1 API.
Docs also say that in order to use v2 you need to add X-Restli-Protocol-Version: 2.0.0 in the headers. How can I add it by using the SDK so the calls are to the v2 of the API?