curl --location --request POST 'https://androidpublisher.googleapis.com//androidpublisher/v3/applications//systemApks//variants' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSpec": {
"screenDensity": 0,
"supportedAbis": [
"string"
],
"supportedLocales": [
"string"
]
}
}'
{
"deviceSpec": {
"screenDensity": 0,
"supportedAbis": [
"string"
],
"supportedLocales": [
"string"
]
},
"variantId": 0
}