curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/customer_strategy/list?access_token=' \
--header 'Content-Type: application/json' \
--data '{"cursor":"CURSOR","limit":1000}'{
"errcode": 0,
"errmsg": "ok",
"strategy": [
{
"strategy_id": 1
},
{
"strategy_id": 2
}
],
"next_cursor": "NEXT_CURSOR"
}