i. Use requests to make 3 HTTP calls to Webhook and print out the response header ('Date') and name the file as http_call.py. ii. Implement the previous calls in any async way in Python3 and named http_async_call.py
Submission: Check in these three files to your github repo named cmpe273-lab1.
http_call.py http_async_call.py output.txt