{
"hash": "3cd4e99a100d725af39fb3b549cd0e46" ,
"videoId":5939
}
curl --location --request POST '/api/v1/node/like/video' \
--header 'Content-Type: application/json' \
--data-raw '{
"hash": "3cd4e99a100d725af39fb3b549cd0e46" ,
"videoId":5939
}'
{
"code": 0,
"data": {
"ID": 1,
"CreatedAt": "2022-08-25T18:23:05.502+08:00",
"UpdatedAt": "2022-08-25T18:23:05.502+08:00",
"DeletedAt": null,
"videoID": 5939,
"hash": "3cd4e99a100d725af39fb3b549cd0e46",
"state": "normal"
},
"msg": ""
}