Example searches: “ref”, “page_token”, “parent_ids”, “branch”, “web_url”
Return avatar url for a user
Public email address of the user
Single pixel dimension for Gravatar images
curl \ --request GET 'https://www.gitlab.com/api/v4/avatar?email=string' \ --header "Private-Token: $API_KEY"
{ "avatar_url": "string" }