{
"id": 0
}curl --location --request POST '/posts/dislike' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'{
"code": 20000,
"data": {
"action_type": "string",
"dislike_count": 0,
"favorite_count": 0,
"like_count": 0,
"success": true
},
"msg": null
}