{ "moment_id": "momxxx", "cursor": "CURSOR", "limit": 10 }
curl --location --request POST 'http://127.0.0.1/cgi-bin/externalcontact/get_moment_task' \ --header 'Content-Type: application/json' \ --data-raw '{ "moment_id": "momxxx", "cursor": "CURSOR", "limit": 10 }'
{ "errcode": 0, "next_cursor": "string", "errmsg": "string", "task_list": [ { "userid": "string", "publish_status": 0 } ] }