If the display name has spaces, MOSS will complain. We should escape the `display_name` with https://docs.python.org/3/library/urllib.parse.html#urllib.parse.quote before sending it to the server.