curl --location 'https://app.autoproof.dev/api/v1/upload-snapshot' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"description": "Demo API request",
"project": "My docssss",
"mode": "test", // use "live" for real notarization
"data": [
{"filename": "src/main.py", "hash": "keccak256:dbhe89e3bf20e2b93yf4g8338292e9f3"},
{"filename": "src/user.py", "hash": "keccak256:sdasd23f2e22efe2fe2f2efe2"},
{"filename": "src/algorithm.py", "hash": "keccak256:93yf4g8338292e9f3f2e2222ef2efef"}
]
}'