Hello,
I am using the api to create a fresh vm by importing a qcow2 image, in this case a default debain 12 qcow2 image. Here is my json string that I am using to create the vm .
{
"vmid": "222",
"name": "jack",
"agent": 1,
"balloon": 512,
"cores": 1,
"description"...