What is the proper way to select displayName field of current user?
displayName
https://graph.microsoft.com/v1.0/me?$fields=displayName
https://graph.microsoft.com/v1.0/me?fields=displayName
https://graph.microsoft.com/v1.0/me?$select=givenName
https://graph.microsoft.com/v1.0/me|displayName
https://graph.microsoft.com/v1.0/me?select=displayName
https://graph.microsoft.com/v1.0/me/displayName
https://graph.microsoft.com/v1.0/me?$select=displayName
/me?$select=displayName