{ "text": "你好,杂鱼主人!" }
curl --location --request POST '/say' \ --header 'Content-Type: application/json' \ --data-raw '{ "text": "你好,杂鱼主人!" }'
{}