admin:org scope to use this endpoint.Authorization: Bearer ********************curl --location --request PUT 'https://api.github.com/orgs//actions/runner-groups//runners' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"runners": [
9,
2
]
}'{}