{}
curl --location --request POST 'http://localhost:3001/like/46' \
--header 'Cookie: token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6Imd5YiIsInVzZXJJZCI6MSwiaWF0IjoxNzQ3NDY4MTY0LCJleHAiOjE3NDgwNzI5NjR9.7sQDtnEM8sNzoUy0sFdNxYxMxuhw2x2YG3W3Q4dKMq0' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"message": "string",
"error": "string",
"statusCode": 0
}