Jump to content
response = requests.get(url) game_state = response.json()
print(game_state)
response = requests.post(url, json=level_data) level_id = response.json()["id"] baldi dev api