model_id
[ { "property1": "string", "property2": "string" } ]
curl --location --request POST '/model/batch_update' \ --header 'authorization;' \ --header 'Content-Type: application/json' \ --data-raw '[ { "property1": "string", "property2": "string" } ]'
null