{ "moment_id": "momxxx", "userid": "xxx", "cursor": "CURSOR", "limit": 10 }
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalcontact/get_moment_customer_list?access_token={{accesstoken}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "moment_id": "momxxx", "userid": "xxx", "cursor": "CURSOR", "limit": 10 }'
{ "errcode": 0, "next_cursor": "string", "customer_list": [ { "external_userid": "string", "userid": "string" } ], "errmsg": "string" }