Authorization: Bearer ********************{
"status": "disabled" // 或 "enabled"
}curl --location --request PUT 'https://ckbapi.quwanzhi.com/v1/distribution/channel//status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "disabled" // 或 "enabled"
}'{}