curl --request POST \
--url https://api.trunk.io/v1/submitPullRequest \
--header 'Content-Type: application/json' \
--header 'x-api-token: <api-key>' \
--data '
{
"repo": {
"host": "<string>",
"owner": "<string>",
"name": "<string>"
},
"pr": {
"number": 2147483647
},
"targetBranch": "<string>",
"priority": 2147483647,
"noBatch": true
}
'