curl --location --request POST 'http://qiyukf..com/openapi/track/event/set?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"foreignId": "abc175",
"time": 1534238116999,
"title": "示例",
"desc": "{\"abc\":\"cde\"}"
}'
{
"foreignId": "string",
"time": 0,
"title": "string",
"desc": "string"
}