{
"groupId":"",
"chatRuleId":"",
"teamSize":"",
"taskName":""
}
curl --location --request POST 'http://localhost:8080/kk/chatTaskObservation/insertChatTaskObservation' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId":"",
"chatRuleId":"",
"teamSize":"",
"taskName":""
}'
{}