{
"id": "GSF_ID_BSP_DATETIME",
"op": "G0C0S0"
}curl --location --request POST 'http://192.168.0.168/api/system/config' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_BSP_DATETIME",
"op": "G0C0S0"
}'{
"code": 0,
"data": {
"type": 1,
"year": 124,
"month": 2,
"day": 15,
"wday": 5,
"hour": 10,
"minute": 34,
"second": 17,
"isdst": 0,
"tz": "UTC-08:00",
"ntp": {
"server": "ntp1.aliyun.com",
"port": 123,
"timespan": 60
}
}
}