curl --location --request PUT 'https://api.github.com/orgs//outside_collaborators/' \
--header 'Content-Type: application/json' \
--data-raw '{
"async": true
}'
{}
true
, the request will be performed asynchronously. Returns a 202 status code when the job is successfully queued.