The -n flag was causing curl to rely on .netrc, which conflicted with explicit -u username:password usage and led to empty responses from the backup API. Removing it ensures proper authentication.