{
"type": "string",
"id": "string"
}
curl --location --request POST 'https://api.chasing.comcomment_like/like' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"id": "string"
}'
{
"code": 200,
"msg": "success",
"data": {
"status": 1
}
}