{ "agent_id": "123", "status_value": "已同意", "status_bg": "0xFF78C06E", "task_id": "11" }
curl --location --request POST 'http://127.0.0.1/topapi/message/corpconversation/status_bar/update?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "agent_id": "123", "status_value": "已同意", "status_bg": "0xFF78C06E", "task_id": "11" }'
{ "request_id": "string", "errmsg": "string", "errcode": 0 }