Authorization: Bearer ********************{
"name": "testVol",
"capacity": 21474836480,
"allocation": 0,
"type": "qcow2",
"backingStorePath": ""
}curl --location --request POST 'http://127.0.0.1:30800/v1/libvirt/volume/create?pool_identifier=volume' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "testVol",
"capacity": 21474836480,
"allocation": 0,
"type": "qcow2",
"backingStorePath": ""
}'{}