{
"id": 2014214884635451393,
"isActive": true
}curl --location --request PUT '/chat-admin/anchorRoom/commissionWhite/updateActive' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2014214884635451393,
"isActive": true
}'{
"code": 200,
"status": 1,
"msg": "Operation successful",
"message": "Operation successful",
"data": true
}