curl --location --request POST '/core/t/record/update/excel/prop/' \ --header 'Authorization: {{ACCESS_TOKEN}}' \ --form 'file=@""' \ --form 'prop=""'
{ "property1": "string", "property2": "string" }