{
"topic": "log",
"payload": "{}"
}
curl --location --request POST '/v2/msg/server/app/34' \
--header 'X-Tg-App-Id;' \
--header 'Accept-Language;' \
--header 'Authorization;' \
--header 'X-Tg-Signed-Headers;' \
--header 'X-Tg-Date;' \
--header 'Content-Type: application/json' \
--data-raw '{
"topic": "log",
"payload": "{}"
}'
{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"from": "string",
"data": "string"
}
}