Authorization: Bearer ********************{
"videoId": 0,
"markType": 1,
"actionType": 1
}curl --location --request PUT '/api/interactive/like/mark' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoId": 0,
"markType": 1,
"actionType": 1
}'{
"code": 0,
"data": {},
"message": "string"
}