{
"remark": "string",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"id": 0,
"columnType": 0,
"title": "string",
"courseType": 0,
"type": 0,
"routeUrl": "string",
"sort": 0,
"status": 0
}
curl --location --request PUT 'http://test-apisix.taolihanyu.net/roadmap/home-column/changeStatus' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"remark": "string",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"id": 0,
"columnType": 0,
"title": "string",
"courseType": 0,
"type": 0,
"routeUrl": "string",
"sort": 0,
"status": 0
}'
{
"code": "",
"data": false,
"msg": "",
"total": 0
}