curl --location --request POST 'http://dev-cn.your-api-server.com/packs/123/versions/1.2.3/sourceCode/uploadComplete' \
--header 'Content-Type: application/json' \
--data-raw '{
"filename": "main.ts",
"codeHash": 123456
}'
{
"requestId": "abc-123-def-456"
}