token: ********************
{
"id": 3,
"is_enable": false
}
curl --location --request POST 'http://cmi-api.gleg.site/api/company-banners/chgEnable' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"id": 3,
"is_enable": false
}'
{
"code": 0,
"msg": "string",
"data": [
null
]
}