When synchronizing for the first time, we might get an unauthorized exception. Probably because the access token has expired:
HTTP response body: b'{"type":
"https://developer.floriday.io/docs/error-codes#invalid-access-token","title":
"Unauthorized","detail": "The access token is missing, invalid or
expired.","status": "401","domainErrorCode": "invalid-access-token"}'
When synchronizing for the first time, we might get an unauthorized exception. Probably because the access token has expired: