{
"courseId": "string",
"courseCatId": "string",
"duration": 0,
"lessonType": "string"
}curl --location --request POST '/front/course/save/progress' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseId": "string",
"courseCatId": "string",
"duration": 0,
"lessonType": "string"
}'{
"error": true,
"success": true,
"warn": true,
"empty": true,
"property1": {},
"property2": {}
}