{ "creator": "manager4220", "offset": "0", "size": "200", "biz_type": "0" }
curl --location --request POST 'http://127.0.0.1/topapi/collection/form/list?access_token=Be3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "creator": "manager4220", "offset": "0", "size": "200", "biz_type": "0" }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "result": { "has_more": true, "next_cursor": 0, "list": [ { "form_code": "string", "name": "string", "memo": "string", "setting": { "form_type": 0, "loop_time": "string", "loop_days": [ 0 ], "should_participation_cnt": 0, "end_time": "string", "create_time": "string", "biz_type": 0, "stop": true }, "creator": "string" } ] } }