curl --request POST \
--url api.thundercompute.com:///8443/v1/instances/create \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"cpu_cores": 4,
"disk_size_gb": 100,
"gpu_type": "H100",
"mode": "prototyping",
"num_gpus": 1,
"template": "ubuntu-22.04"
}
'