curl --location --request POST 'https://127.0.0.1/suite/receive' \
--header 'Content-Type: application/xml' \
--data-raw '<xml>
<SuiteId><![CDATA[ww4asffe99e54cxxxx]]></SuiteId>
<AuthCorpId><![CDATA[wxf8b4f85f3a79xxxx]]></AuthCorpId>
<InfoType><![CDATA[device_accesscontrol_data_report]]></InfoType>
<DeviceSn><![CDATA[device_sn]]></DeviceSn>
<AccessDataList>
<Item>
<OpenUserId><![CDATA[open_userid]]></OpenUserId>
<UserType>1</UserType>
<TimeStamp>1403610513</TimeStamp>
<PassType>1</PassType>
<PassMethod>1</PassMethod>
</Item>
<Item>
<OpenUserId><![CDATA[open_userid2]]></OpenUserId>
<UserType>1</UserType>
<TimeStamp>1403610513</TimeStamp>
<PassType>1</PassType>
<PassMethod>1</PassMethod>
</Item>
</AccessDataList>
<TimeStamp>1403610513</TimeStamp>
<AgentID>1000001</AgentID>
</xml>'