curl --location --request POST '/internal/documents//state' \
--header 'X-Internal-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"roomId": "550e8400-e29b-41d4-a716-446655440000",
"phase": "waiting",
"editorLocked": true
}'{
"success": true
}