This document is generated by Novitec
Authorization: Bearer ********************
{
"model_name": "custom-model-name"
}
curl --location --request POST 'http://192.168.0.144/hub/device-info/model-name' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "custom-model-name"
}'
{
"message": "Model name set successfully"
}