{
"type": "string",
"sessionid": 0,
"text": "string"
}
curl --location --request POST 'http://127.0.0.1:8010/human' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"sessionid": 0,
"text": "string"
}'
{}