{
"attachments": [
{
"drive_file": {
"file_id": "string",
"share_link": "string"
},
"file_name": "string",
"file_size": 0,
"s3_file": {
"file_md5": "string",
"link": "string",
"s3_file_type": "image_file",
"store_key": "string",
"thumb_store_key": "string"
},
"store_type": "drive_file"
}
],
"content": "string",
"creator": "string",
"images": [
{}
]
}curl --location --request POST '/v7/workflow/approval_instances//comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"attachments": [
{
"drive_file": {
"file_id": "string",
"share_link": "string"
},
"file_name": "string",
"file_size": 0,
"s3_file": {
"file_md5": "string",
"link": "string",
"s3_file_type": "image_file",
"store_key": "string",
"thumb_store_key": "string"
},
"store_type": "drive_file"
}
],
"content": "string",
"creator": "string",
"images": [
{}
]
}'{
"code": 0,
"more": {},
"msg": "string"
}