Authorization: Bearer ********************{
"disk_id": "69fc40c2-8eea-4b54-a45c-f83723db65f2",
"size": 20,
"name": "storage-disk-3514",
"storagePolicyId": "00c99b12-6bf2-4ffc-b94c-3b2ef6d7a585"
}curl --location --request POST '/api/v1/vmware/vpc//resize-storage?page=1&page_size=25' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"disk_id": "69fc40c2-8eea-4b54-a45c-f83723db65f2",
"size": 20,
"name": "storage-disk-3514",
"storagePolicyId": "00c99b12-6bf2-4ffc-b94c-3b2ef6d7a585"
}'{
"status": true,
"error_code": null,
"data": null,
"message": "Resize storage successfully"
}