Write a function that makes an HTTP GET request for the given url. Return the media type / content-type from the HTTP Response Header as a string.
url
content_type("https://innokodakademija.com") ➞ "text/html; charset=utf-8"
requests