{ "formInstance_id": "ea4bc238-6155-466f-9b4a-c5944977b737", "biz_type": "0" }
curl --location --request POST 'http://127.0.0.1/topapi/collection/instance/get?access_token=Be3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "formInstance_id": "ea4bc238-6155-466f-9b4a-c5944977b737", "biz_type": "0" }'
{ "errcode": 0, "errmsg": "string", "result": { "form_code": "string", "title": "string", "creator": "string", "create_time": "string", "modify_time": "string", "form_list": [ { "label": "string", "key": "string", "value": "string" } ] } }