curl --location 'http://117.72.37.29:801/platformApi/people/result/import' \
--header 'token: cebf84e9b60295b52f975199b4242731' \
--data-urlencode 'report_file='{
"code": 0,
"data": {
"list": [
{
"id": 0,
"name": "string",
"phone": "string",
"submit_time": 0,
"project_name": "string",
"org_name": "string",
"questionnaire_name": "string"
}
],
"total": 0
},
"msg": "string"
}