username:password
Authorization: Basic *****************
curl --location --request GET '/repos///issues//subscriptions/check' \
--header 'Authorization: Basic Og=='
{
"created_at": "2019-08-24T14:15:22Z",
"ignored": true,
"reason": null,
"repository_url": "string",
"subscribed": true,
"url": "string"
}