Authorization: Bearer ********************
{
"project_id": "ceshi_doc",
"id": 15,
"do": "merge",
"body": "1",
"title": "1"
}
curl --location --request POST 'https://testforgeplus.trustie.net/api///pulls//pr_merge.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_id": "ceshi_doc",
"id": 15,
"do": "merge",
"body": "1",
"title": "1"
}'
{
"status": 1,
"message": "合并成功"
}