curl --location --request POST 'http://test-ops.taolihanyu.net/test/roadmap/home-column/add' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}},'\''userType'\'':,'\''campusId'\'':}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'a-version: 4.14.0' \
--header 'a-language: zh' \
--header 'ostype: ios' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"title": "string",
"intro": "string",
"columnType": 0,
"courseType": 0,
"routeUrl": "string",
"status": 0,
"lang": [
"string"
],
"contentList": [
{
"id": 0,
"parentId": 0,
"title": "string",
"intro": "string",
"lang": "string"
}
]
}'