{
"regionID": "TestRegionID",
"instanceID": "b6e2966d-7b1c-385e-abe4-d940caa273b7",
"snapshotName": "test"
}
curl --location --request POST '/v4/ecs/snapshot/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"instanceID": "b6e2966d-7b1c-385e-abe4-d940caa273b7",
"snapshotName": "test"
}'