{
"obj": "post4"
}
curl --location --request POST 'https://bit101.flwfdd.xyz/reaction/like' \
--header 'fake-cookie: {{fake_cookie}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"obj": "post4"
}'
{
"like": true,
"like_num": 0
}