Replaces the chained localStorage.getItem fallbacks (userUid, user_uuid, userId, user_id) with a single getSecureItem('userUid') call in the axios interceptor.
localStorage.getItem
userUid
user_uuid
userId
user_id
getSecureItem('userUid')
Closes IAV-961