{
"courseName": "string",
"courseCover": "string",
"notesApplication": "string",
"status": 0,
"venueId": 0,
"sort": 0,
"courseSpecifications": [
{
"courseSpecificationName": "string",
"validity": 0,
"sellingPrice": 0,
"inventory": 0,
"specificationCover": "string"
}
]
}
curl --location --request POST 'https://travel.daoziji.com/user/plan/course/newlyCourse' \
--header 'Authentication: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZTQ3NTBlZjM2YmU0ZWRlOTVkNzZhNTVmMDZlMjIwMSIsInN1YiI6IjJ2eCIsImlzcyI6InNnIiwiaWF0IjoxNjk5NjAyMTc3LCJleHAiOjE3MzExMzgxNzd9.1ESx2OoOogj-qXdxUSuHuk0ofTwYgYNiJhDqs8OwwtE' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseName": "string",
"courseCover": "string",
"notesApplication": "string",
"status": 0,
"venueId": 0,
"sort": 0,
"courseSpecifications": [
{
"courseSpecificationName": "string",
"validity": 0,
"sellingPrice": 0,
"inventory": 0,
"specificationCover": "string"
}
]
}'
{"msg":"操作成功","code":200,"data":true}