curl --location --request POST 'https://domain-open-api.cuiqiu.com/v2/mail/list' \
--form 'token=""' \
--form 'domain_id="12345678"' \
--form 'offset="1753249650,1721249659550380508"' \
--form 'limit="20"' \
--form 'sort_value="created_at"' \
--form 'sort_type="desc"' \
--form 'mail="xxx@abc.com"' \
--form 'mark="备注"'
{
"code": 200,
"msg": "成功",
"data": {
"list": [
{
"id": "1723249659505345161",
"mail": "abc@test.vip",
"user_id": "1723479969183531831",
"domain_id": "1723413456751264602",
"status": 1,
"mark": "",
"mail_type": 0,
"imap_id": "",
"third_imap_status": 1,
"admin_third_imap_status": 1,
"third_pop_status": 1,
"admin_third_pop_status": 1,
"third_smtp_status": 1,
"admin_third_smtp_status": 1,
"active_status": 1,
"message_size_status": 1,
"migrate_status": 0,
"preserved_status": -1,
"message_inbox_num": 0,
"message_size": 0,
"last_login_time": 0,
"created_at": 1723249659,
"updated_at": 0
}
],
"next_offset": "1703249658,1703249658182781647",
"has_more": true
}
}