This document is generated by Novitec
Authorization: Bearer ********************
{
"ntp_server": "time.windows.com"
}
curl --location --request POST 'http://192.168.0.144/hub/time/ntp-server' \
--header 'Content-Type: application/json' \
--data-raw '{
"ntp_server": "time.windows.com"
}'
{
"message": "NTP server updated successfully. Please use NTP server sync to synchronize the time."
}