Authorization: Bearer ********************{
"snapshot_name": "snapshot-5525",
"snapshot_type": "storage_snapshot"
}curl --location --request POST '/api/v1/vmware/vpc//storage//create-volume-snapshot?page=1&page_size=25' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"snapshot_name": "snapshot-5525",
"snapshot_type": "storage_snapshot"
}'{
"message": "Successfully create new volume snapshot",
"error": null,
"data": null
}