{
"id": 0,
"switchTag": "string",
"switchName": "string",
"status": "string"
}
curl --location --request POST 'http://192.168.16.10:31748/v1/switchConfig/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"switchTag": "string",
"switchName": "string",
"status": "string"
}'
{
"message": "",
"code": 0,
"data": {},
"msgData": {}
}