Authorization: Bearer ********************
{
"title": "xxxxxx",
"issue_tag_ids": [],
"body": "xxxx",
"head": "master_new",
"base": "master",
"receivers_login": []
}
curl --location --request PUT 'https://testforgeplus.trustie.net/api///pulls/.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "xxxxxx",
"issue_tag_ids": [],
"body": "xxxx",
"head": "master_new",
"base": "master",
"receivers_login": []
}'
{}