InfoGet core API info Get core API infoRetrieves information about the Core API, including the server version.GET/v2/infoGet Core API infoGet Core API informationStatus codeDescription200Success/v2/infoSendcURLJavaScriptcurl -X GET "http://localhost:20443/v2/info"200GET request that core node informationResponse{ "peer_version": 0, "pox_consensus": "string", "burn_block_height": 0, "stable_pox_consensus": "string", "stable_burn_block_height": 0, "server_version": "string", "network_id": 0, "parent_network_id": 0, "stacks_tip_height": 0, "stacks_tip": "string", "stacks_tip_consensus_hash": "string", "unanchored_tip": "string", "exit_at_block_height": 0 }TypescriptInfo