Authorization: Bearer ********************curl --location --request GET '/posts//shareable' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Post unliked",
"data": {
"count": 0,
"status": false
}
}