I've been given a CURL request that builds on this API... https://helpx.adobe.com/uk/analytics/kb/data-insertion-api-post-method-adobe-analytics.html.
And at the moment I am building this request manually in my project firefly action.
I was wondering if there's an SDK I can install using NPM that will provide some convenience methods around this instead of building the request manually?
Thanks