curl --location --request POST '/thread/post' \ --header 'Cookie: qf_token=430b1667-b1e2-416a-aee4-20a077998672' \ --form 'title="Hello World!"' \ --form 'content="I'\''m glad to see you all."' \ --form 'boardId="1"'
{ "code": 0, "msg": "string", "data": { "id": 0, "title": "string", "publisher": { "id": 0, "userName": "string", "email": "string", "admin": true, "official": "string", "introduction": "string", "avatarUrl": "string" }, "postTime": "string", "content": "string", "board": { "id": 0, "name": "string", "priorityLevel": 0, "description": "string" }, "likeList": "string" } }