I'm trying to create a headless application which essentially just transforms some JSON and puts it into the Adobe Analytics Data Insertion.
The call into the analytics data insertion doesn't seem to require any authentication.
I don't want to remove the `require-adobe-auth` from the manifest but I'm not sure what my options are if I do that?
All I'm trying to do is to call an external service. I don't need to add an API or anything that requires auth but I'm just getting a bit lost in the documentation.
I've been asked to explore using basic auth for this but I just don't know if that's possible. Thanks