curl --location 'https://open.feishu.cn/open-apis/approval/v4/tasks/resubmit?user_id_type=open_id' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"approval_code": "7C468A54-8745-2245-9675-08B7C63E7A85",
"instance_code": "81D31358-93AF-92D6-7425-01A5D67C4E71",
"user_id": "f7cb567e",
"comment": "{\"text\":\"评论\",\"file_codes\":[\"ABCD1232s\",\"ABC12334d22\"]}",
"task_id": "12345",
"form": "[{\"id\":\"user_name\", \"type\": \"input\", \"value\":\"test\"}]"
}'