{
"prevOwnerId": "string",
"newOwnerId": "string",
"chatId": "string",
"status": "string",
"ownerName": "string"
}curl --location --request POST 'http://localhost:9000/map/newIbms/groupAssign/allocateGroupAssign' \
--header 'Content-Type: application/json' \
--data-raw '{
"prevOwnerId": "string",
"newOwnerId": "string",
"chatId": "string",
"status": "string",
"ownerName": "string"
}'{}