Authorization: ********************curl --location --request PUT 'https://test.your-api-server.com/api/conf/connection/device/controller/6450396e499e5e6ac4540161' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ipAddress": "192.168.0.1",
"slot": 3,
"cycleTime": 500,
"name": "PLC_PRINCIPAL"
}'{}