curl --location --request POST 'http://dev-cn.your-api-server.com/packs/123/versions/1.2.3/uploadComplete' \
--header 'Content-Type: application/json' \
--data-raw '{
"source": "web",
"notes": "Adding a new formula HelloWorld.",
"allowOlderSdkVersion": true
}'
{
"deprecationWarnings": [
{
"path": "parent.child[0]",
"message": "Expected a string but got a number"
}
]
}