{
  "info": {
    "_postman_id": "d3a45c1c-ebcb-4f02-bf2a-1b4d2c7e63a5",
    "name": "Noti-Fire",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "8342197",
    "_collection_link": "https://go.postman.co/collection/8342197-d3a45c1c-ebcb-4f02-bf2a-1b4d2c7e63a5?source=collection_link"
  },
  "item": [
    {
      "name": "📱 Devices",
      "item": [
        {
          "name": "My All Devices",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "username",
                  "value": "{{USERNAME}}",
                  "type": "text",
                  "uuid": "14cece82-c1df-437d-b249-a9b35870583f"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/myDevices",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "myDevices"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Connect",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/connect",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "connect"
              ]
            }
          },
          "response": []
        },
        {
          "name": "logout",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/logout",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "logout"
              ]
            }
          },
          "response": []
        },
        {
          "name": "reconnect",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/reconnect",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "reconnect"
              ]
            }
          },
          "response": []
        },
        {
          "name": "status",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/status",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "status"
              ]
            }
          },
          "response": []
        },
        {
          "name": "change Id",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/changeId",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "changeId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "set Webhook",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "webhook_url",
                  "value": "https://webhook.site/98afaf85-ea81-4062-be3b-131a21a2866f",
                  "type": "text",
                  "uuid": "4544f349-5afd-4584-91c4-666880b6dd7b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/setWebhook",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "setWebhook"
              ]
            }
          },
          "response": []
        },
        {
          "name": "delete Webhook",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/deleteWebhook",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "deleteWebhook"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Check Phone",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "phone",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "fe736213-73eb-4ac1-975f-1ca124925de4"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/checkPhone",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "checkPhone"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Check Phones",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"device_id\": \"{{DEVICE_ID}}\",\r\n    \"phones\": [\"{{TO}}\"]\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{BASE_URL}}/device/checkPhones",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "checkPhones"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "📈 Stats",
      "item": [
        {
          "name": "today Stats",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/todayStats",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "todayStats"
              ]
            }
          },
          "response": []
        },
        {
          "name": "daily Stats",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "days",
                  "value": "2",
                  "description": "Min:1 | Max:7",
                  "type": "text",
                  "uuid": "6d740529-b2d2-4856-9a2a-97ce263df0dc"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/dailyStats",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "dailyStats"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "🛡️ Anti-Ban",
      "item": [
        {
          "name": "Anti ban stats",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"device_id\": \"{{DEVICE_ID}}\"\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{BASE_URL}}/device/AntiBanStats",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "AntiBanStats"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Set Rate Limit",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "maxPerHour",
                  "value": "60",
                  "type": "text",
                  "uuid": "6ed6d50b-4535-4f14-940f-e31614ebaf05"
                },
                {
                  "key": "maxPerDay",
                  "value": "1000",
                  "type": "text",
                  "uuid": "dc5e8596-5ccb-4dc8-b4d0-84e9251bf5ca"
                },
                {
                  "key": "maxBulk",
                  "value": "10",
                  "type": "text",
                  "uuid": "195a6e99-9ef5-4a10-a708-95a187c82132"
                },
                {
                  "key": "bulkDelayMs",
                  "value": "15000",
                  "type": "text",
                  "uuid": "f7ec9684-932e-46b4-8138-980b46c68dbe"
                },
                {
                  "key": "batchDelayMs",
                  "value": "3000",
                  "type": "text",
                  "uuid": "d5e39566-89f8-410f-8693-fcc6d80f859c"
                },
                {
                  "key": "enabled",
                  "value": "true",
                  "description": "boolean = true | false",
                  "type": "text",
                  "uuid": "3745a065-4861-4a5a-b66b-cf831e813b24"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/SetRateLimit",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "SetRateLimit"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Rate Limit Enable",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/RateLimitEnable",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "RateLimitEnable"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Rate Limit Disable",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/RateLimitDisable",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "RateLimitDisable"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Device Pause",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/devicePause",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "devicePause"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Device Resume",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/deviceResume",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "deviceResume"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "🤖 Auto  Replies",
      "item": [
        {
          "name": "set Auto Reply Delay",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "delaySeconds",
                  "value": "5",
                  "type": "text",
                  "uuid": "0bc94b5a-e8a3-416f-b050-512a47269adc"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/setAutoReplyDelay",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "setAutoReplyDelay"
              ]
            }
          },
          "response": []
        },
        {
          "name": "list Auto Replies",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/listAutoReplies",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "listAutoReplies"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Create Auto Reply",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "keyword",
                  "value": "test",
                  "description": "string | max:500",
                  "type": "text",
                  "uuid": "abe527cc-1ee9-4ccb-bb9d-3ffa3099d505"
                },
                {
                  "key": "response",
                  "value": "مرحبا بك كيف يمكنني مساعدتك اليوم؟",
                  "description": "string | max:1000",
                  "type": "text",
                  "uuid": "07f5b48d-0001-47da-a07d-1d35243731c7"
                },
                {
                  "key": "matchType",
                  "value": "contains",
                  "description": "in:exact,contains,startsWith,endsWith",
                  "type": "text",
                  "uuid": "efff0072-914a-4884-ae8b-d672cfd7a9ad"
                },
                {
                  "key": "isActive",
                  "value": "true",
                  "description": "boolean",
                  "type": "text",
                  "uuid": "ec93be72-a9cd-41ea-9a72-7dd7f6c90cac"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/createAutoReply",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "createAutoReply"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Update Auto Reply",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "autoReplyId",
                  "value": "5",
                  "type": "text",
                  "uuid": "0dcc4556-c4e3-40e2-ac08-e7f08993d18a"
                },
                {
                  "key": "keyword",
                  "value": "السعر",
                  "description": "string | max:500",
                  "type": "text",
                  "uuid": "abe527cc-1ee9-4ccb-bb9d-3ffa3099d505"
                },
                {
                  "key": "response",
                  "value": "مرحبا بك كيف يمكنني مساعدتك اليوم؟",
                  "description": "string | max:1000",
                  "type": "text",
                  "uuid": "07f5b48d-0001-47da-a07d-1d35243731c7"
                },
                {
                  "key": "matchType",
                  "value": "contains",
                  "description": "in:exact,contains,startsWith,endsWith",
                  "type": "text",
                  "uuid": "efff0072-914a-4884-ae8b-d672cfd7a9ad"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/updateAutoReply",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "updateAutoReply"
              ]
            }
          },
          "response": []
        },
        {
          "name": "delete Auto Reply",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "autoReplyId",
                  "value": "5",
                  "type": "text",
                  "uuid": "0dcc4556-c4e3-40e2-ac08-e7f08993d18a"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/deleteAutoReply",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "deleteAutoReply"
              ]
            }
          },
          "response": []
        },
        {
          "name": "toggle Auto Reply",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "autoReplyId",
                  "value": "2",
                  "type": "text",
                  "uuid": "0dcc4556-c4e3-40e2-ac08-e7f08993d18a"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/toggleAutoReply",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "toggleAutoReply"
              ]
            }
          },
          "response": []
        },
        {
          "name": "activate All Auto Replies",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/activateAllAutoReplies",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "activateAllAutoReplies"
              ]
            }
          },
          "response": []
        },
        {
          "name": "deactivate All Auto Replies",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/deactivateAllAutoReplies",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "deactivateAllAutoReplies"
              ]
            }
          },
          "response": []
        },
        {
          "name": "delete All Auto Replies",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/device/deleteAllAutoReplies",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "device",
                "deleteAllAutoReplies"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "💬 Messages",
      "item": [
        {
          "name": "send message",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "description": "Phone or Group_id or Jid or Lid",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276"
                },
                {
                  "key": "message",
                  "value": "Test Message",
                  "description": "Max Characters = 5000",
                  "type": "text",
                  "uuid": "7c6005c2-01e5-4805-9028-4b966a2c3f7a"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/send/message",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "message"
              ]
            }
          },
          "response": []
        },
        {
          "name": "send image",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "mediaUrl",
                  "value": "{{IMAGE_URL}}",
                  "type": "text",
                  "uuid": "b7d7caec-ae9e-460f-8748-3484903330a0"
                },
                {
                  "key": "type",
                  "value": "image",
                  "type": "text",
                  "uuid": "ca241ccb-4eac-4e87-93e8-d37d4400df43"
                },
                {
                  "key": "caption",
                  "value": "caption Here",
                  "description": "optional Max Characters = 5000",
                  "type": "text",
                  "uuid": "b51903ca-98ba-4cb7-84c4-072ec320172f"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/send/media",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "media"
              ]
            }
          },
          "response": []
        },
        {
          "name": "send video",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "mediaUrl",
                  "value": "{{VIDEO_URL}}",
                  "type": "text",
                  "uuid": "b7d7caec-ae9e-460f-8748-3484903330a0"
                },
                {
                  "key": "type",
                  "value": "video",
                  "type": "text",
                  "uuid": "ca241ccb-4eac-4e87-93e8-d37d4400df43"
                },
                {
                  "key": "caption",
                  "value": "caption Here",
                  "description": "optional Max Characters = 5000",
                  "type": "text",
                  "uuid": "b51903ca-98ba-4cb7-84c4-072ec320172f"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/send/media",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "media"
              ]
            }
          },
          "response": []
        },
        {
          "name": "send audio",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "mediaUrl",
                  "value": "{{AUDIO_URL}}",
                  "type": "text",
                  "uuid": "b7d7caec-ae9e-460f-8748-3484903330a0"
                },
                {
                  "key": "type",
                  "value": "audio",
                  "type": "text",
                  "uuid": "ca241ccb-4eac-4e87-93e8-d37d4400df43"
                },
                {
                  "key": "is_ptt",
                  "value": "false",
                  "description": "optional",
                  "type": "text",
                  "uuid": "f680944b-645a-4cb7-97dc-301496f61035"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/send/media",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "media"
              ]
            }
          },
          "response": []
        },
        {
          "name": "send document",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "mediaUrl",
                  "value": "{{DOCUMENT_URL}}",
                  "type": "text",
                  "uuid": "b7d7caec-ae9e-460f-8748-3484903330a0"
                },
                {
                  "key": "type",
                  "value": "document",
                  "type": "text",
                  "uuid": "ca241ccb-4eac-4e87-93e8-d37d4400df43"
                },
                {
                  "key": "fileName",
                  "value": "file name here",
                  "description": "optional Max Characters = 5000",
                  "type": "text",
                  "uuid": "f680944b-645a-4cb7-97dc-301496f61035",
                  "disabled": true
                },
                {
                  "key": "caption",
                  "value": "caption",
                  "description": "optional Max Characters = 5000",
                  "type": "text",
                  "uuid": "cf50c2db-0acf-48a8-b2af-2fa97546cad7",
                  "disabled": true
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/send/media",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "media"
              ]
            }
          },
          "response": []
        },
        {
          "name": "send contact",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "contact_name",
                  "value": "Abdelrhman",
                  "type": "text",
                  "uuid": "b7d7caec-ae9e-460f-8748-3484903330a0",
                  "description": "max:100"
                },
                {
                  "key": "contact_phone",
                  "value": "+201021464469",
                  "type": "text",
                  "uuid": "ca241ccb-4eac-4e87-93e8-d37d4400df43",
                  "description": "max:25"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/send/contact",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "contact"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Send Location",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "latitude",
                  "value": "37.7749",
                  "type": "text",
                  "uuid": "ecc4340f-1f83-4827-bac3-4aae428de6a2"
                },
                {
                  "key": "longitude",
                  "value": "-122.4194",
                  "type": "text",
                  "uuid": "b541b451-8e4a-4a12-901d-402f1e8f4615"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/send/location",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "location"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Send Sticker",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276"
                },
                {
                  "key": "stickerUrl",
                  "value": "https://cdn.prod.website-files.com/6735d5f24f36aa1bc4fb6fd5/675ab461e263f78becf81c92_die-cut-holographic-sticker-with-future-in-your-hands-design.avif",
                  "type": "text",
                  "uuid": "5d9b0b86-c6cf-47ef-a515-908acce5cd96"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/send/sticker",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "sticker"
              ]
            }
          },
          "response": []
        },
        {
          "name": "send reaction",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "message_id",
                  "value": "3EB04575FC5E6579420872",
                  "type": "text",
                  "uuid": "5d9b0b86-c6cf-47ef-a515-908acce5cd96"
                },
                {
                  "key": "emoji",
                  "value": "👋",
                  "type": "text",
                  "uuid": "e7a0ae1f-509a-4acb-a1b6-b0f33c40248c"
                },
                {
                  "key": "from_me",
                  "value": "true",
                  "type": "text",
                  "uuid": "b9ce67f1-16c5-495e-b84c-978eeeff6fd5"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/send/reaction",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "reaction"
              ]
            }
          },
          "response": []
        },
        {
          "name": "edit message",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "message_id",
                  "value": "3EB0E69B3F5E49BA9618EE",
                  "type": "text",
                  "uuid": "5d9b0b86-c6cf-47ef-a515-908acce5cd96"
                },
                {
                  "key": "new_message",
                  "value": "WElcome To New Message",
                  "type": "text",
                  "uuid": "e7a0ae1f-509a-4acb-a1b6-b0f33c40248c"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/edit/message",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "edit",
                "message"
              ]
            }
          },
          "response": []
        },
        {
          "name": "delete message",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "message_id",
                  "value": "3EB08234EBA71ED4F46D4A",
                  "type": "text",
                  "uuid": "5d9b0b86-c6cf-47ef-a515-908acce5cd96"
                },
                {
                  "key": "from_me",
                  "value": "true",
                  "type": "text",
                  "uuid": "e7a0ae1f-509a-4acb-a1b6-b0f33c40248c"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/delete/message",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "delete",
                "message"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "💬 Messages file uploads",
      "item": [
        {
          "name": "send image",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "file",
                  "type": "file",
                  "uuid": "b7d7caec-ae9e-460f-8748-3484903330a0",
                  "src": "/C:/Users/Rhmany/Downloads/1772136127_page-pricing-standard.png"
                },
                {
                  "key": "type",
                  "value": "image",
                  "type": "text",
                  "uuid": "ca241ccb-4eac-4e87-93e8-d37d4400df43"
                },
                {
                  "key": "caption",
                  "value": "caption Here",
                  "description": "optional Max Characters = 5000",
                  "type": "text",
                  "uuid": "b51903ca-98ba-4cb7-84c4-072ec320172f"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/send/media/file",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "media",
                "file"
              ]
            }
          },
          "response": []
        },
        {
          "name": "send video",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "file",
                  "type": "file",
                  "uuid": "b7d7caec-ae9e-460f-8748-3484903330a0",
                  "src": "/C:/Users/Rhmany/Downloads/1(2).mp4"
                },
                {
                  "key": "type",
                  "value": "video",
                  "type": "text",
                  "uuid": "ca241ccb-4eac-4e87-93e8-d37d4400df43"
                },
                {
                  "key": "caption",
                  "value": "caption Here",
                  "description": "optional Max Characters = 5000",
                  "type": "text",
                  "uuid": "b51903ca-98ba-4cb7-84c4-072ec320172f"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/send/media/file",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "media",
                "file"
              ]
            }
          },
          "response": []
        },
        {
          "name": "send audio",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "file",
                  "type": "file",
                  "uuid": "b7d7caec-ae9e-460f-8748-3484903330a0",
                  "src": "/C:/Users/Rhmany/Downloads/ques_select_1_164827.mp3"
                },
                {
                  "key": "type",
                  "value": "audio",
                  "type": "text",
                  "uuid": "ca241ccb-4eac-4e87-93e8-d37d4400df43"
                },
                {
                  "key": "is_ptt",
                  "value": "false",
                  "description": "optional",
                  "type": "text",
                  "uuid": "f680944b-645a-4cb7-97dc-301496f61035"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/send/media/file",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "media",
                "file"
              ]
            }
          },
          "response": []
        },
        {
          "name": "send document",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "418c7ac4-fe65-4428-b066-5ee8b56a875b"
                },
                {
                  "key": "to",
                  "value": "{{TO}}",
                  "type": "text",
                  "uuid": "be4daa77-b16a-446c-93d7-89c36dc46276",
                  "description": "Phone or Group_id or Jid or Lid"
                },
                {
                  "key": "file",
                  "type": "file",
                  "uuid": "b7d7caec-ae9e-460f-8748-3484903330a0",
                  "src": "/C:/Users/Rhmany/Downloads/notifire_api_docs.html"
                },
                {
                  "key": "type",
                  "value": "document",
                  "type": "text",
                  "uuid": "ca241ccb-4eac-4e87-93e8-d37d4400df43"
                },
                {
                  "key": "fileName",
                  "value": "file name here",
                  "description": "optional Max Characters = 5000",
                  "type": "text",
                  "uuid": "f680944b-645a-4cb7-97dc-301496f61035",
                  "disabled": true
                },
                {
                  "key": "caption",
                  "value": "caption",
                  "description": "optional Max Characters = 5000",
                  "type": "text",
                  "uuid": "cf50c2db-0acf-48a8-b2af-2fa97546cad7",
                  "disabled": true
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/send/media/file",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "media",
                "file"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "🚀 Bulk Messaging (Tasks)",
      "item": [
        {
          "name": "text",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"device_id\": \"{{DEVICE_ID}}\",\r\n    \"numbers\": [\"{{TO}}\",\"{{TO}}\"], // Phone or Group_id or Jid or Lid\r\n    \"message\": \"Welcome Message\",\r\n    \"delayMs\": {{BULK_DELAY_Ms}},\r\n    \"maxPerBatch\": {{BULK_MAX_PER_BATCH}}\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{BASE_URL}}/send/bulk/text",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "bulk",
                "text"
              ]
            }
          },
          "response": []
        },
        {
          "name": "image",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"device_id\": \"{{DEVICE_ID}}\",\r\n    \"numbers\": [\"{{TO}}\",\"{{TO}}\"], // Phone or Group_id or Jid or Lid\r\n    \"url\": \"{{IMAGE_URL}}\",\r\n    \"caption\": \"caption here\",\r\n    \"delayMs\": {{BULK_DELAY_Ms}},\r\n    \"maxPerBatch\": {{BULK_MAX_PER_BATCH}}\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{BASE_URL}}/send/bulk/image",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "bulk",
                "image"
              ]
            }
          },
          "response": []
        },
        {
          "name": "video",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"device_id\": \"{{DEVICE_ID}}\",\r\n    \"numbers\": [\"{{TO}}\",\"{{TO}}\"], // Phone or Group_id or Jid or Lid\r\n    \"url\": \"{{VIDEO_URL}}\",\r\n    \"caption\": \"caption here\",\r\n    \"delayMs\": {{BULK_DELAY_Ms}},\r\n    \"maxPerBatch\": {{BULK_MAX_PER_BATCH}}\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{BASE_URL}}/send/bulk/video",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "bulk",
                "video"
              ]
            }
          },
          "response": []
        },
        {
          "name": "audio",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"device_id\": \"{{DEVICE_ID}}\",\r\n    \"numbers\": [\"{{TO}}\",\"{{TO}}\"], // Phone or Group_id or Jid or Lid\r\n    \"url\": \"{{AUDIO_URL}}\",\r\n    \"ptt\": true,\r\n    \"delayMs\": {{BULK_DELAY_Ms}},\r\n    \"maxPerBatch\": {{BULK_MAX_PER_BATCH}}\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{BASE_URL}}/send/bulk/audio",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "bulk",
                "audio"
              ]
            }
          },
          "response": []
        },
        {
          "name": "document",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"device_id\": \"{{DEVICE_ID}}\",\r\n    \"numbers\": [\"{{TO}}\",\"{{TO}}\"], // Phone or Group_id or Jid or Lid\r\n    \"url\": \"{{DOCUMENT_URL}}\",\r\n    \"fileName\": \"test\",\r\n    \"caption\": \"caption\",\r\n    \"delayMs\": {{BULK_DELAY_Ms}},\r\n    \"maxPerBatch\": {{BULK_MAX_PER_BATCH}}\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{BASE_URL}}/send/bulk/document",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "bulk",
                "document"
              ]
            }
          },
          "response": []
        },
        {
          "name": "location",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"device_id\": \"{{DEVICE_ID}}\",\r\n    \"numbers\": [\"{{TO}}\",\"{{TO}}\"], // Phone or Group_id or Jid or Lid\r\n    \"url\": \"{{DOCUMENT_URL}}\",\r\n    \"latitude\": \"37.7749\",\r\n    \"longitude\": \"-122.4194\",\r\n    \"delayMs\": {{BULK_DELAY_Ms}},\r\n    \"maxPerBatch\": {{BULK_MAX_PER_BATCH}}\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{BASE_URL}}/send/bulk/location",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "bulk",
                "location"
              ]
            }
          },
          "response": []
        },
        {
          "name": "contact",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"device_id\": \"{{DEVICE_ID}}\",\r\n    \"numbers\": [\"{{TO}}\",\"{{TO}}\"], // Phone or Group_id or Jid or Lid\r\n    \"url\": \"{{DOCUMENT_URL}}\",\r\n    \"contact_name\": \"Noti Fire\",\r\n    \"contact_phone\": \"{{TO}}\",\r\n    \"delayMs\": {{BULK_DELAY_Ms}},\r\n    \"maxPerBatch\": {{BULK_MAX_PER_BATCH}}\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{BASE_URL}}/send/bulk/contact",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "send",
                "bulk",
                "contact"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Bulk Task Status",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"device_id\": \"{{DEVICE_ID}}\",\r\n    \"taskId\": \"bulk_1775412239751_rr9e4s\"\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{BASE_URL}}/bulk/task/status",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "bulk",
                "task",
                "status"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Bulk Task Delete",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"device_id\": \"{{DEVICE_ID}}\",\r\n    \"taskId\": \"bulk_1775412239751_rr9e4s\"\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{BASE_URL}}/bulk/task/delete",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "bulk",
                "task",
                "delete"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "👥 Groups",
      "item": [
        {
          "name": "Groups List",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "b1274fa7-2fe3-4f47-ad6c-2a139d5bee8d"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/groups/list",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "groups",
                "list"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Group Info",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Accept",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "device_id",
                  "value": "{{DEVICE_ID}}",
                  "type": "text",
                  "uuid": "b1274fa7-2fe3-4f47-ad6c-2a139d5bee8d"
                },
                {
                  "key": "group_id",
                  "value": "120363426945935613@g.us",
                  "type": "text",
                  "uuid": "737ab53a-e077-4330-b612-49148b23ab8b"
                }
              ]
            },
            "url": {
              "raw": "{{BASE_URL}}/group/info",
              "host": [
                "{{BASE_URL}}"
              ],
              "path": [
                "group",
                "info"
              ]
            }
          },
          "response": []
        }
      ]
    }
  ],
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    },
    {
      "listen": "test",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    }
  ],
  "variable": [
    {
      "key": "BASE_URL",
      "value": ""
    },
    {
      "key": "DEVICE_ID",
      "value": ""
    },
    {
      "key": "USERNAME",
      "value": ""
    },
    {
      "key": "TO",
      "value": ""
    },
    {
      "key": "BULK_DELAY_Ms",
      "value": ""
    },
    {
      "key": "BULK_MAX_PER_BATCH",
      "value": ""
    },
    {
      "key": "AUDIO_URL",
      "value": ""
    },
    {
      "key": "VIDEO_URL",
      "value": ""
    },
    {
      "key": "IMAGE_URL",
      "value": ""
    },
    {
      "key": "DOCUMENT_URL",
      "value": ""
    }
  ]
}