user
scope.curl --location --request GET 'https://api.github.com/users//settings/billing/actions'
{
"included_minutes": 0,
"minutes_used_breakdown": {
"MACOS": 0,
"UBUNTU": 0,
"WINDOWS": 0,
"macos_12_core": 0,
"total": 0,
"ubuntu_16_core": 0,
"ubuntu_32_core": 0,
"ubuntu_4_core": 0,
"ubuntu_64_core": 0,
"ubuntu_8_core": 0,
"windows_16_core": 0,
"windows_32_core": 0,
"windows_4_core": 0,
"windows_64_core": 0,
"windows_8_core": 0
},
"total_minutes_used": 0,
"total_paid_minutes_used": 0
}