You have an avatar_url field, set it's value as source of an image tag in your html.
Example:
const data = await axios('link');
const imgTag = document.getElementById('git-user-id');
imgTag.setAttribute('src', data.avatar_url);
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…