Authorization: Bearer ********************{
"name": "storage-disk-3514",
"storage_policy_id": "cc561552-ac06-4b0a-b0bf-960ab2048704",
"size": 20,
"description": "",
"vm_id": "",
"storage_type": "DEFAULT",
"snapshot_id": ""
}curl --location --request GET '/api/v1/vmware/vpc//create-storage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "storage-disk-3514",
"storage_policy_id": "cc561552-ac06-4b0a-b0bf-960ab2048704",
"size": 20,
"description": "",
"vm_id": "",
"storage_type": "DEFAULT",
"snapshot_id": ""
}'{
"status": true,
"error_code": null,
"data": null,
"message": "Successfully"
}