{
"mail_contacts": [
{
"department": "string",
"email_address": "string",
"job_title": "string",
"mobile_phone": "string",
"name": "string",
"organization": "string",
"remark": "string"
}
]
}curl --location --request POST '/v7/mail_contacts/batch_create' \
--header 'Content-Type: application/json' \
--data-raw '{
"mail_contacts": [
{
"department": "string",
"email_address": "string",
"job_title": "string",
"mobile_phone": "string",
"name": "string",
"organization": "string",
"remark": "string"
}
]
}'{
"data": {
"task_id": "string",
"type": "mail_contacts_create"
},
"code": 0,
"more": {},
"msg": "string"
}