I have a curl command:
curl -u ${USER_ID}:${PASSWORD} -X GET \'http://blah.gso.woo.com:8080/rest/job-execution/job-details/${job_id}\'
The
userdetails="$username:$apppassword" base_url_part='https://api.XXX.org/2.0/repositories' path="/$teamName/$repoName/downloads/$filename" base_url="$base_url_part$path"**strong text** curl -L -u "$userdetails" "$base_url" -o "$downloadfilename"