curl --request POST \
--url https://api.example.com/api/device/tag/edit \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"remark": "<string>"
}
'