curl --location --request POST 'http://localhost:18321/v1/mail/sync' \ --form 'token="{{token}}"' \ --form 'mail_id="mail_demo_001"' \ --form 'mail="de***@example.com"'
{ "code": 200, "msg": "ok", "data": { "synced": 1, "mail": { "mail_id": "mail_demo_001", "mail": "de***@example.com", "raw_mail": "de***@example.com", "user_id": "user_demo_001", "provider_id": "cuiqiu", "receive_protocol_type": "imap", "send_protocol_type": "smtp", "backend_type": "imap_smtp", "auth_type": "manual", "proxy_id": "" } } }