Authorization: Bearer ********************{
"async": false,
"storage_domain": {
"id": ""
}
}curl --location --request POST '/ovms/disks//move' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"async": false,
"storage_domain": {
"id": ""
}
}'{}