Authorization: ********************{
"id": 0,
"bizType": 0,
"bizId": "string",
"attachmentUrl": "string",
"seq": 0
}curl --location --request PUT '/common-attachment/update' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"bizType": 0,
"bizId": "string",
"attachmentUrl": "string",
"seq": 0
}'{
"code": "",
"msg": "",
"data": {
"id": 0,
"bizType": 0,
"bizId": "",
"attachmentUrl": "",
"seq": 0,
"createTime": "",
"modifyTime": ""
},
"stackTraceMsg": ""
}