{ "userid": "user123" }
curl --location --request POST 'http://127.0.0.1/topapi/process/template/manage/get?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "userid": "user123" }'
{ "result": [ { "icon_name": "string", "flow_title": "string", "process_code": "string", "gmt_modified": "string", "attendance_type": 0, "icon_url": "string", "is_new_process": true } ], "success": true, "errcode": 0, "errmsg": "string", "request_id": "string" }