curl --location '/short/link/pool/sms/job/upload' \
--header 'Authorization: Bearer {{token}}' \
--form 'file=@""'{
"code": 0,
"msg": "",
"data": {
"fileId": "",
"fileName": "",
"uploadName": "",
"totalCount": 0,
"errorCount": 0,
"wrongNumberList": [
""
],
"repeats": 0
}
}