curl --location --request POST '/internal/collab/snapshot' \
--header 'X-Internal-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"roomId": "550e8400-e29b-41d4-a716-446655440000",
"snapshot": [
1,
2,
3,
4,
5
],
"timestamp": 1709467230000
}'{
"success": true
}