admin
permissions for the project. The project and team must be part of the same organization.curl --location --request PUT 'https://api.github.com/teams//projects/' \
--header 'Content-Type: application/json' \
--data-raw '{
"permission": "read"
}'
{}