stream_load导入csv文件中的数据

使用stream_load导入csv文件中的数据时出现导入数据为空。
导入命令参考的是:
curl --location-trusted -u : -H “label:123”
-H “Expect:100-continue”
-H “column_separator:,”
-H “columns: id, name, score”
-T example1.csv -XPUT
http://<fe_host>:<fe_http_port>/api/mydatabase/table1/_stream_load

错误信息: