username:password
Authorization: Basic *****************
curl --location --request GET '/repos///issue_templates' \
--header 'Authorization: Basic Og=='
[
{
"about": "string",
"body": [
{
"attributes": {
"property1": null,
"property2": null
},
"id": "string",
"type": "string",
"validations": {
"property1": null,
"property2": null
}
}
],
"content": "string",
"file_name": "string",
"labels": [
"string"
],
"name": "string",
"ref": "string",
"title": "string"
}
]