curl --location --request PATCH 'https://androidpublisher.googleapis.com//androidpublisher/v3/applications//edits//testers/' \
--header 'Content-Type: application/json' \
--data-raw '{
"googleGroups": [
"string"
]
}'
{
"googleGroups": [
"string"
]
}