curl --location --request POST '/user_threads?uid=1&view=me&type=thread&filter=&fid=0&orderby=dateline&page=1&perpage=20' \
--header 'Authorization: Bearer <token>' \
--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
}