{
"id": 0,
"lastViewEpTime": "string",
"lastViewEpUrl": "string",
"progress": 0
}
curl --location --request PUT '/follow/changeprogress' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"lastViewEpTime": "string",
"lastViewEpUrl": "string",
"progress": 0
}'
{
"code": 0,
"data": {},
"msg": "string",
"success": true
}