diff --git a/dev/postman.json b/dev/postman.json
index cd061232..03e868b2 100644
--- a/dev/postman.json
+++ b/dev/postman.json
@@ -766,105 +766,6 @@
"description": "You can create custom badges with dynamic information by using [Shields.io](https://shields.io/) and parsing JSON fields with [JSONPath](http://jsonpath.com/). \n\n## Examples\n\n#### Service Uptime Percent\n
\n\n- URL: [https://demo.statping.com/api/services/2](https://demo.statping.com/api/services/2)\n- JSON Path: `$.online_24_hours`\n- Suffix: `%`\n\n```\nhttps://img.shields.io/badge/dynamic/json?color=blue&label=%20Statping%20Uptime&query=%24.online_24_hours&url=https%3A%2F%2Fdemo.statping.com%2Fapi%2Fservices%2F2&suffix=%\n```\n\n#### Count Services\n
\n\n- URL: [https://demo.statping.com/health](https://demo.statping.com/health)\n- JSON Path: `$.services`\n- Suffix: ` services`\n\n```\nhttps://img.shields.io/badge/dynamic/json?color=purple&label=Demo%20Site&query=%24.services&url=https://demo.statping.com/health&suffix=%20services\n```"
},
"response": []
- },
- {
- "name": "Send Push Notification",
- "event": [
- {
- "listen": "test",
- "script": {
- "id": "11fe392f-3636-4d2d-84e9-1119b351d8ee",
- "exec": [
- ""
- ],
- "type": "text/javascript"
- }
- }
- ],
- "request": {
- "auth": {
- "type": "noauth"
- },
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"notifications\": [\n {\n \"tokens\": [\"dBLB1WvTJkiWl3ZPjP0-BS:APA91bGXUbKy65CaN1XqExHXZ892jik2k9XORXSiqdUyXhcQ5RDiJ6LfXrckuH3StYJFcma4UCDr_N038YUtxYsRIHYx_8vWZ6D2uq3199LegWXGl5tz-9zk3M4WZGX8WGxIRUJ31QtW\"],\n \"platform\": 2,\n \"message\": \"This notification will go to iOS and Android platform via Firebase!\"\n }\n ]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "https://push.statping.com/api/push",
- "protocol": "https",
- "host": [
- "push",
- "statping",
- "com"
- ],
- "path": [
- "api",
- "push"
- ]
- },
- "description": "Send a push notification to the Statping mobile app using your Firebase device identifier."
- },
- "response": [
- {
- "name": "Send Push Notification",
- "originalRequest": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"notifications\": [\n {\n \"tokens\": [\"dBLB1WvTJkiWl3ZPjP0-BS:APA91bGXUbKy65CaN1XqExHXZ892jik2k9XORXSiqdUyXhcQ5RDiJ6LfXrckuH3StYJFcma4UCDr_N038YUtxYsRIHYx_8vWZ6D2uq3199LegWXGl5tz-9zk3M4WZGX8WGxIRUJ31QtW\"],\n \"platform\": 2,\n \"message\": \"This notification will go to iOS and Android Statping App\"\n }\n ]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "https://push.statping.com/api/push",
- "protocol": "https",
- "host": [
- "push",
- "statping",
- "com"
- ],
- "path": [
- "api",
- "push"
- ]
- }
- },
- "status": "OK",
- "code": 200,
- "_postman_previewlanguage": "json",
- "header": [
- {
- "key": "Content-Length",
- "value": "37"
- },
- {
- "key": "Content-Type",
- "value": "application/json; charset=utf-8"
- },
- {
- "key": "Date",
- "value": "Thu, 13 Aug 2020 02:24:17 GMT"
- },
- {
- "key": "X-Gorush-Version",
- "value": "No Version Provided"
- }
- ],
- "cookie": [],
- "body": "{\n \"counts\": 1,\n \"logs\": [],\n \"success\": \"ok\"\n}"
- }
- ]
}
],
"description": "This is for Statping's miscellaneous API endpoints that aren't a part of another category.",