curl --location --request POST 'https://analytics.googleapis.com/analytics/v3/userDeletion/userDeletionRequests:upsert' \
--header 'Content-Type: application/json' \
--data-raw '{
"firebaseProjectId": "string",
"id": {
"type": "string",
"userId": "string"
},
"kind": "analytics#userDeletionRequest",
"propertyId": "string",
"webPropertyId": "string"
}'
{
"deletionRequestTime": "2019-08-24T14:15:22Z",
"firebaseProjectId": "string",
"id": {
"type": "string",
"userId": "string"
},
"kind": "analytics#userDeletionRequest",
"propertyId": "string",
"webPropertyId": "string"
}