if authToken gets expired users can get the new token by passing the refresh token (received from login endpoint) and in the response users will get updated authToken.
1
curl --location --request GET 'https://us-central1-changedev-3b21a.cloudfunctions.net/api/v1/refreshToken'\