{ "name": "张三" }
curl --location --request POST 'http://test.ai365.icu:4646/testInputParam' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "张三" }'
{ "json": {} }