Get all instance types
/v2/instance-types
curl -L \ --url 'https://api.mlfoundry.com/v2/instance-types' \ --header 'Authorization: Bearer fkey_<key>'
[ { "fid": "it_abc123456", "name": "h100.80gb.sxm", "num_cpus": 192, "cpu_type": "Intel", "ram_gb": 1800, "num_gpus": 8, "gpu_type": "H100", "gpu_memory_gb": 80, "gpu_socket": "SXM5", "local_storage_gb": 15000 } ]