curl --location --request DELETE 'http://127.0.0.1:8000/api/v2/shares/test/unlike?password=123456789' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'
{
"status": "success",
"message": "successful",
"time": 1720427678
}