curl --location --request PUT 'https://api.github.com/repos///pulls//merge' \
--header 'Content-Type: application/json' \
--data-raw '{
"commit_message": "Add a new value to the merge_method enum",
"commit_title": "Expand enum"
}'
{
"merged": true,
"message": "string",
"sha": "string"
}