Gets temporary npm credentials
cURL
curl --request POST \ --url https://{hostname}.gable.ai/v0/auth/npm \ --header 'X-API-KEY: <api-key>'
{ "authToken": "<string>", "repositoryEndpoint": "<string>" }