Authorization: Bearer ********************{
"Name": "testVolClone.qcow2",
//"Capacity": 0,
//"Allocation": 0,
"Type": "qcow2",
//"BackingStorePath": ""
}curl --location --request POST 'http://127.0.0.1:30800/v1/libvirt/volume/clone?source_pool_identifier=image&source_volume_name=vol.qcow2&destination_pool_identifier=volume' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Name": "testVolClone.qcow2",
//"Capacity": 0,
//"Allocation": 0,
"Type": "qcow2",
//"BackingStorePath": ""
}'{}