Authorization: Bearer ********************{
"project_id": "string",
"id": 0,
"do": "merge",
"body": "string",
"title": "string"
}curl --location --globoff 'https://testforgeplus.trustie.net/api/{{owner}}/{{repo}}/pulls//pr_merge.json' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}' \
--header 'Content-Type: application/json' \
--data '{
"project_id": "string",
"id": 0,
"do": "merge",
"body": "string",
"title": "string"
}'{
"status": 1,
"message": "合并成功"
}