curl --request POST \
--url https://api.example.com/api/device/tag/relation/add \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"tagId": "<string>",
"targetId": "<string>",
"targetType": "Device"
}
'