Get collections for a user.
https://api.tikliveapi.com/user-collections/
The numeric user ID of the TikTok user.
Number of collections to retrieve.
Maximum: 35.
Cursor for pagination.
https://api.tikliveapi.com/user-collections/?userid=107955
{
"collection_list": [
{
"id": "7394627756635573022",
"name": "Summer of Sports",
"state": 3,
"video_count": 139
}
],
"cursor": 1,
"hasMore": false
}