curl --location --request GET '/v7/mail_contacts'{
"data": {
"items": [
{
"department": "string",
"email_address": "string",
"id": "string",
"job_title": "string",
"mobile_phone": "string",
"name": "string",
"organization": "string",
"remark": "string"
}
],
"next_page_token": "string",
"total": 0
},
"code": 0,
"more": {},
"msg": "string"
}