curl --location --request POST 'https://barrack.ai/api/snapshots//image/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'{
"success": true,
"image": {
"id": "67890",
"name": "My-New-Image",
"type": "Snapshot",
"status": "creating",
"size": "30.2 GB",
"snapshot_name": "snapshot-backup-001",
"created": "2024-12-11T15:45:00Z",
"description": "Image created from snapshot"
},
"tier": "legacy"
}