[
{
"user_num": "string",
"user_name": "string",
"contact_tel": "string",
"user_role": "string",
"sex": "string",
"is_valid": true,
"creator": "string",
"tenant_id": 0
}
]
curl --location --request POST '/user/excel' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"user_num": "string",
"user_name": "string",
"contact_tel": "string",
"user_role": "string",
"sex": "string",
"is_valid": true,
"creator": "string",
"tenant_id": 0
}
]'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": "string"
}