Authorization: Bearer ********************
{
"provisioned_size": 0,
"alias": "",
"description": "",
"wipe_after_delete": false,
"shareable": false,
"backup": ""
}
curl --location --request PUT '/ovms/images/' \
--header 'Content-Type: application/json' \
--data-raw '{
"provisioned_size": 0,
"alias": "",
"description": "",
"wipe_after_delete": false,
"shareable": false,
"backup": ""
}'
{}