Cause
The request has no usable bearer credentials, or the access token is invalid or expired. Guile did not authorize the call and made no resource change.Fix
Send a validAuthorization: Bearer access token. If the access token expired,
exchange the refresh token.
If refresh fails with Invalid Refresh Token,
sign the user in again.