{
"text": "string",
"delimiter": "string"
}curl --location --request POST 'https://test.51vive.com/forums/sentence/splitter' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"delimiter": "string"
}'{
"code": 0,
"msg": "string",
"data": "string"
}