['计算机网络'、'传输层'、'TCP协议']
List<String>
[ "计算机网络", "传输层", "TCP协议" ]
curl --location --request POST '/category/insertPath' \ --header 'Content-Type: application/json' \ --data-raw '[ "计算机网络", "传输层", "TCP协议" ]'
{ "code": 200, "msg": "success", "data": null }