Authorization: Bearer ********************{
"owner": "wanjia9506",
"repo": "test",
"projectId": 1406620,
"pageName": "123",
"title": "123",
"message": "",
"content_base64": "5qyi6L+O5p2l5YiwV2lraQ=="
}curl --location 'https://testgetway.trustie.net/api/wiki/open/createWiki' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}' \
--header 'Content-Type: application/json' \
--data '{
"owner": "wanjia9506",
"repo": "test",
"projectId": 1406620,
"pageName": "123",
"title": "123",
"message": "",
"content_base64": "5qyi6L+O5p2l5YiwV2lraQ=="
}'{
"message": "201",
"data": "{\"title\":\"test\",\"html_url\":\"https://gitlink.org.cn/wanjia9506/test/wiki/test\",\"sub_url\":\"test\",\"last_commit\":{\"sha\":\"aca9df20a9c241ddf3862ba8203d5764a5a07829\",\"author\":{\"name\":\"wanjia9506\",\"email\":\"553039491@qq.com\",\"date\":\"2023-12-27T07:25:54Z\"},\"commiter\":{\"name\":\"wanjia9506\",\"email\":\"553039491@qq.com\",\"date\":\"2023-12-27T07:25:54Z\"},\"message\":\"Add 'test'\\n\"},\"content_base64\":\"5qyi6L+O5p2l5YiwV2lraQ==\",\"commit_count\":3,\"sidebar\":\"W1t0c3QxMjNdXQ==\",\"footer\":\"\"}\n"
}