Retrieve all currently supported leagues.
import requests
body = {
"api_key": "XXXX-XXXX-XXXX"
}
response = requests.post("https://api.propprofessor.com/leagues", json=body)
[
"COD",
"CSGO",
"LoL",
"NBA",
"NCAAB",
"NCAAF",
"NFL",
"NHL",
"Valorant",
"WNBA"
]