{
"content_type": "video_short",
"content_id": 1
}
curl --location --request POST '/api/video/like/toggle' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"content_type": "video_short",
"content_id": 1
}'
{
"code": 200,
"msg": "操作成功",
"data": {}
}