Authorization: Bearer ********************
{
"msg_type" : "text",
"content" :
{
"text" : "发布测试 example"
}
}
curl --location --request POST 'https://open.feishu.cn/open-apis/bot/v2/hook/ae1d8cc8-88dc-4d06-a0ae-98357cad6a86' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"msg_type" : "text",
"content" :
{
"text" : "发布测试 example"
}
}'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": "string"
}