{
"id": 922337203685477600,
"name": "string",
"level": "string",
"topicId": 922337203685477600,
"duration": 922337203685477600,
"calorie": 0,
"tag": "string",
"status": 0,
"coach": "string",
"videoDecomposes": [
{
"title": "string",
"video": "string",
"duration": "string",
"coverImage": "string"
}
],
"fitnessPurposeCode": 0,
"projectId": 922337203685477600,
"associatedSymptoms": "string",
"showImg": "string",
"homePageVideo": "string"
}
curl --location --request POST 'http://192.168.20.159:8080/hyd-base-system/course/update' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 922337203685477600,
"name": "string",
"level": "string",
"topicId": 922337203685477600,
"duration": 922337203685477600,
"calorie": 0,
"tag": "string",
"status": 0,
"coach": "string",
"videoDecomposes": [
{
"title": "string",
"video": "string",
"duration": "string",
"coverImage": "string"
}
],
"fitnessPurposeCode": 0,
"projectId": 922337203685477600,
"associatedSymptoms": "string",
"showImg": "string",
"homePageVideo": "string"
}'
{
"code": 0,
"msg": "string",
"data": {},
"success": true
}