Create a pull request for a git drive item
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/git/{itemId}/pr \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"base": "<string>",
"body": ""
}
'{
"url": "<string>",
"number": 123
}curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/git/{itemId}/pr \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"base": "<string>",
"body": ""
}
'{
"url": "<string>",
"number": 123
}