Authorization: ********************curl --location --request POST '/articles//like' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "string",
"data": {
"liked": true,
"likes": 0
},
"timestamp": "2019-08-24T14:15:22.123Z"
}