{
"title": "Updated Security Group Name",
"content": "수정된 설명",
"icmp": "N"
}curl --location --request PUT 'https://api-kr.iwinv.kr/v1/security-groups/' \
--header 'X-iwinv-Timestamp: {{timestamp}}' \
--header 'X-iwinv-Credential: {{accesskey}}' \
--header 'X-iwinv-Signature: {{signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Updated Security Group Name",
"content": "수정된 설명",
"icmp": "N"
}'{
"code": 0,
"message": "string",
"result": [
"string"
]
}