curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/moment_strategy/create?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"parent_id":0,
"strategy_name": "NAME",
"admin_list":[
"zhangsan",
"lisi"
],
"privilege"
{
"send_moment":true,
"view_moment_list":true,
"manage_moment_cover_and_sign":true
},
"range":
[
{
"type":1,
"userid":"zhangsan"
},
{
"type":2,
"partyid":1
}
]
}'
{
"errcode": 0,
"errmsg": "ok",
"strategy_id": 1
}