admin
curl --location --request PUT 'https://api.github.com/projects//collaborators/' \ --header 'Content-Type: application/json' \ --data-raw '{ "permission": "write" }'
{}