{
"cursor": "CURSOR",
"limit": 1000
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalcontact/moment_strategy/list?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": "CURSOR",
"limit": 1000
}'
{
"errcode": 0,
"errmsg": "ok",
"strategy": [
{
"strategy_id": 1
},
{
"strategy_id": 2
}
],
"next_cursor": "NEXT_CURSOR"
}