What is the -x option in curl and how to implement equivalent command in python using the requests library. I want the following command to be in python.
curl \
-X DELETE \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/octocat/hello-world