[
{
"supplier_name": "string",
"city": "string",
"address": "string",
"email": "string",
"manager": "string",
"contact_tel": "string"
}
]
curl --location --request POST '/supplier/excel' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"supplier_name": "string",
"city": "string",
"address": "string",
"email": "string",
"manager": "string",
"contact_tel": "string"
}
]'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": "string"
}