Authorization: ********************curl --location --request PUT 'https://test.your-api-server.com/api/dashboards//widgets//series/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Temperatura Sensor 1 (actualizado)",
"color": "#ef4444",
"unit": "°F",
"mqtt": {},
"api": {},
"websocket": {},
"influxdb": {},
"static": {}
}'{
"msg": "Serie actualizada exitosamente",
"data": {
"widgetId": "string",
"seriesId": "string",
"series": {},
"nodeRedFlow": {}
}
}