I noticed there are get, create, update, and delete methods for user avatars.
How can I tell if a user has a custom avatar set? Would I just have to check the avatar URL to see if it is the default one?
Also, if I just call update avatar will it create one if one does not already exist, or do I have to call create specifically if there is no existing avatar?