curl --location --request POST 'https://api.github.com/repos///autolinks' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_alphanumeric": true,
"key_prefix": "TICKET-",
"url_template": "https://example.com/TICKET?query=<num>"
}'
{
"id": 3,
"is_alphanumeric": true,
"key_prefix": "TICKET-",
"url_template": "https://example.com/TICKET?query=<num>"
}