curl --location --request POST 'https://127.0.0.1/suite/receive' \
--header 'Content-Type: application/xml' \
--data-raw '<xml>
<SuiteId><![CDATA[dk4asffe9xxx4c0f4c]]></SuiteId>
<AuthCode><![CDATA[AUTHCODE]]></AuthCode>
<InfoType><![CDATA[reset_permanent_code]]></InfoType>
<TimeStamp>1403610513</TimeStamp>
</xml>'
{}