{
"text": "string",
"userNo": 0,
"eventId": "NICKNAME"
}
curl --location --request POST 'https://test-api.yunjishop.cn/check/test/text2' \
--header 'Authorization: {{admin_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"userNo": 0,
"eventId": "NICKNAME"
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}