curl --location --request POST 'http://127.0.0.1:18111/demo/excel/importWithOptions' \
--header 'Authorization: Bearer ' \
--form 'file=@""'
[
{
"nickName": "string",
"userStatus": "string",
"gender": "string",
"phoneNumber": "string",
"email": "string",
"province": "string",
"provinceId": 0,
"city": "string",
"cityId": 0,
"area": "string",
"areaId": 0
}
]