FrontToken: ********************{
"id": "string",
"courseId": "string",
"userId": "string",
"status": "string",
"orderId": "string",
"extra": "string",
"progressStatus": "string",
"progress": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z"
}curl --location --request POST '/backend/inner-api/course/user/save' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"courseId": "string",
"userId": "string",
"status": "string",
"orderId": "string",
"extra": "string",
"progressStatus": "string",
"progress": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z"
}'true