curl --location --request GET 'https://api.tikhubapi.com/api/v1//user/stories?user_id=6789306297633571845&offset=0&count' \
--header 'Authorization: Basic <encoded-value>'{
"code": 0,
"msg": "success",
"data": {
"extra": {
"fatal_item_ids": [],
"logid": "20250807121246CC9FF4E4D9248502C517",
"now": 1754568766000
},
"log_pb": {
"impr_id": "20250807121246CC9FF4E4D9248502C517"
},
"status_code": 0,
"status_msg": "",
"user_story": {
"all_story_lite_metadata": null,
"all_viewed": true,
"current_position": 0,
"has_more_after": false,
"has_more_before": false,
"max_cursor": 0,
"min_cursor": 0,
"stories": [],
"total_count": 0
}
}
}