Authorization: ********************curl --location --request POST '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",
"dataSource": "mqtt",
"color": "#3b82f6",
"unit": "°C",
"mqtt": {},
"api": {},
"websocket": {},
"influxdb": {},
"static": {}
}'{
"msg": "Serie agregada exitosamente",
"data": {
"widgetId": "string",
"series": {},
"nodeRedFlow": {}
}
}