【Postman】调用飞书机器人接口发送消息
{
"msg_type": "post",
"content": {
"post": {
"zh_cn": {
"title": "项目更新通知",
"content": [
[{
"tag": "text",
"text": "项目有更新: "
},
{
"tag": "a",
"text": "{{addr}}",
"href": "/"
},
{
"tag": "at",
"user_id": "{{id}}"
}
]
]
}
}
}
}