curl --location --request POST 'https://open.feishu.cn/open-apis/task/v1/tasks/83912691-2e43-47fc-94a4-d512e03984fa/followers?user_id_type=open_id' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "ou_99e1a581b36ecc4862cbfbce473f3123",
"id_list": [
"ou_550cc75233d8b7b9fcbdad65f34433f4"
]
}'
{
"code": 0,
"msg": "success",
"data": {
"follower": {
"id": "ou_99e1a581b36ecc4862cbfbce473f3123",
"id_list": [
"ou_550cc75233d8b7b9fcbdad65f34433f4"
]
}
}
}