i'd like to work with the chainlink v2 api to automatically adding jobs after creating a chainlink node. using curl this works well for health
curl localhost:6688/health
but not for protected endpoints like
curl localhost:6688/v2/jobs
which returns {"errors":[{"detail":"Authentication failed"}]}
what is the auth implemented for the chainlink node? tried basic auth with curl using the node admin credentials which didn't help...