Example searches: “name”, “ref”, “developers_can_push”, “title”, “merged”
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" }