{
"disk": {
"Format": "string",
"Name": "string"
}
}
curl --location --request POST 'https://example.com:30888/disks//save' \
--header 'Content-Type: application/json' \
--data-raw '{
"disk": {
"Format": "string",
"Name": "string"
}
}'
{}