4 lines
231 B
Plaintext
4 lines
231 B
Plaintext
Invoke-WebRequest -Uri "https://us-central1-firebase-herse.cloudfunctions.net/recalculateTopPlayed" `
|
|
>> -Method POST `
|
|
>> -Headers @{"Content-Type"="application/json"} `
|
|
>> -Body '{"data": {"controllerName": "bsully5150"}}' |