Authorization: Bearer ********************curl --location --request POST '/v1/devices/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"microcontroller",
"monitoringDevices":[
{
"name":"CPU",
"mqtt_topic":"device_LANE9102/microcontroller/cpu"
}
],
"isController":true,
"isOnline":true
}'{}