Find out what information JsonTrans includes in a webhook.

{
  "Content-Type": "application/json"
}

Body

{
  "msg": "Success",
  "code": 200,
  "data": "{\"text\":\"你叫什么名字?\"}"
}