curl --location --request POST 'https://barrack.ai/api/volumes//clone/' \
--header 'Content-Type: application/json' \
--data-raw '{
"clone_name": "string",
"target_region": "string",
"volume_type": "string"
}'{
"success": true,
"message": "Volume clone operation initiated successfully. The cloned volume will appear in your volume list within a few minutes.",
"source_volume_id": "BRK-123456V",
"clone_volume_id": "BRK-234567V",
"clone_name": "ml-training-data-clone",
"volume_type": "NVMe",
"size": 500,
"clone_hourly_cost": 0.1465,
"source_region": "FINLAND-1",
"target_region": "FINLAND-1",
"currency": "USD",
"operation_status": "initiated"
}