data field is fully replaced (not merged) if provided.curl --location --request PUT 'https://api-dev.commandroom.ai/api/api/teams/12' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"name": "Sample Name",
"description": "Sample description text.",
"data": {}
}'{
"success": true,
"data": {
"id": 1,
"name": "Sample Name",
"description": "Sample description text.",
"data": {}
},
"message": "Success."
}