curl --request POST \
--url https://api.nova-cloud.ai/reservations/calculate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"gpu_type": "<string>",
"gpu_count": 123,
"storage_gb": 123,
"reservation_months": 1
}
'