Python
import requests url = "https://platform.ankra.app/api/v1/clusters" response = requests.get(url) print(response.json())
"<any>"
Successful Response
The response is of type any.
any