如何用系统自带的 curl 工具构造 http 的 post 请求
curl --header "Content-Type: application/json" --request POST --data \ '{"license": "eogMSwiaWQiOiAiMTIzLTItNDM1LWdmcsbf8lAggrgkB-ONA=="}' \ http://192.168.182.100:5678/webhook/api/saas/licenses/check/
如何用系统自带的 curl 工具构造 http 的 post 请求