curl --location --request POST '/user_threads?uid=1&view=me&type=thread&filter=&fid=0&orderby=dateline&page=1&perpage=20' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiIxIiwidXNlcm5hbWUiOiJ0d2VsdmUiLCJlbWFpbCI6IjQ2ODkwOTc2NUBxcS5jb20iLCJncm91cGlkIjoiMSIsImlhdCI6MTc0NTA4MTYzOCwiZXhwIjoxNzQ3NjczNjM4fQ.ot07bSsVEnmB9rpJftJI2qMIXX-VZHex81kDi49Vxi0' \
--header 'Content-Type: application/json'
{
"code": 0,
"message": "string",
"data": {
"total": 0,
"page": 0,
"page_size": 0,
"list": [
{
"tid": 0,
"fid": 0,
"subject": "string",
"author": "string",
"authorid": 0,
"views": 0,
"replies": 0,
"dateline": "string",
"dateline_int": 0,
"lastpost": "string",
"lastpost_int": 0,
"lastposter": "string",
"messages": [
{
"pid": 0,
"message": "string",
"dateline": "string",
"dateline_int": 0
}
],
"comment": "string"
}
],
"has_more": true
},
"timestamp": 0
}