updateProfileCatching
suspend fun updateProfileCatching(oauthToken: String, updateProfileRequest: UpdateProfileRequest): GravatarResult<Profile, ErrorType>
Updates the profile information for the authenticated user.
Return
The GravatarResult with the updated profile information or an error
Parameters
oauthToken
The OAuth token to use for authentication
updateProfileRequest
The request object containing the updated profile information