curl --location --request POST 'https://voice.idev.love/voice/api/node/heartbeat' \
--header 'Content-Type: application/json' \
--data-raw '{
"node": "svc-a",
"node_name": "语音服务A"
}'{
"code": 200,
"msg": "ok",
"data": {
"id": "string",
"name": "string",
"last_seen": 0
}
}