curl --location --request GET 'http://127.0.0.1:8000/api/v2/user/shares/13' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'{
"status": "success",
"message": "successful",
"data": {
"id": 13,
"type": "album",
"slug": "a03806cf516a4ec5808121f539906191",
"content": null,
"password": "",
"view_count": 0,
"expired_at": null,
"created_at": "2024-10-11T06:51:58.000000Z",
"like_count": 0
},
"time": 1730873296
}