{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/scan.flowkirim.com"
        }
    ],
    "info": {
        "name": "WhatsApp Baileys API API Documentation",
        "_postman_id": "3590186f-050c-4956-bead-103beb9f7a38",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "Create a new WhatsApp session",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/sessions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/sessions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"session_name\":\"vmqeopfuudtdsufvyvddq\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get the status of a session",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/sessions\/:sessionId\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/sessions\/:sessionId\/status",
                            "variable": [
                                {
                                    "id": "sessionId",
                                    "key": "sessionId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthorized - No Bearer Token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get the status active from session device id",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/sessions\/:deviceId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/sessions\/:deviceId",
                            "variable": [
                                {
                                    "id": "deviceId",
                                    "key": "deviceId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthorized - No Bearer Token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Disconnect a session",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/sessions\/:sessionId\/disconnect",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/sessions\/:sessionId\/disconnect",
                            "variable": [
                                {
                                    "id": "sessionId",
                                    "key": "sessionId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete a session",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/sessions\/:sessionId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/sessions\/:sessionId",
                            "variable": [
                                {
                                    "id": "sessionId",
                                    "key": "sessionId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete a session",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/sessions\/:sessionId\/device",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/sessions\/:sessionId\/device",
                            "variable": [
                                {
                                    "id": "sessionId",
                                    "key": "sessionId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Send a text message",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/messages\/text",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/messages\/text"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"session_id\":\"consequatur\",\"to\":\"consequatur\",\"message\":\"consequatur\",\"quoted_message_id\":\"consequatur\",\"mentions\":[\"consequatur\"]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "NOTE: Button and list messages are not supported in Baileys v7\nUse the text message endpoint with numbered options as a workaround instead",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/messages\/media",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/messages\/media"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"session_id\":\"consequatur\",\"to\":\"consequatur\",\"media_url\":\"https:\\\/\\\/www.mueller.com\\\/laborum-eius-est-dolor-dolores-minus-voluptatem\",\"type\":\"image\",\"caption\":\"consequatur\"}"
                        },
                        "description": "Send Media (image, audio, vid\u00e9o, document)",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Send a text message to a group",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/messages\/group\/text",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/messages\/group\/text"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"session_id\":\"consequatur\",\"group_id\":\"consequatur\",\"message\":\"consequatur\",\"quoted_message_id\":\"consequatur\",\"mentions\":[\"consequatur\"]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Send a media message to a group",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/messages\/group\/media",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/messages\/group\/media"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"session_id\":\"consequatur\",\"group_id\":\"consequatur\",\"media_url\":\"https:\\\/\\\/www.mueller.com\\\/laborum-eius-est-dolor-dolores-minus-voluptatem\",\"type\":\"audio\",\"caption\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Sync groups from WhatsApp to database",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/groups\/sync",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/groups\/sync"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"session_device_id\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get saved groups for a device",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/groups\/device",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/groups\/device"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"session_device_id\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthorized - No Bearer Token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a group",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/groups\/:groupId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/groups\/:groupId",
                            "variable": [
                                {
                                    "id": "groupId",
                                    "key": "groupId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Send bulk text messages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/messages\/bulk\/text",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/messages\/bulk\/text"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"session_id\":\"consequatur\",\"contacts\":[\"consequatur\"],\"message\":\"consequatur\",\"delay\":13,\"mentions\":[\"consequatur\"]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get bulk message job status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/messages\/bulk\/:jobId\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/messages\/bulk\/:jobId\/status",
                            "variable": [
                                {
                                    "id": "jobId",
                                    "key": "jobId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthorized - No Bearer Token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cancel a bulk message job",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/messages\/bulk\/:jobId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/messages\/bulk\/:jobId",
                            "variable": [
                                {
                                    "id": "jobId",
                                    "key": "jobId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "List all bulk message jobs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/messages\/bulk",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/messages\/bulk"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthorized - No Bearer Token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Schedule a text message",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/messages\/schedule\/text",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/messages\/schedule\/text"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"session_id\":\"consequatur\",\"to\":\"consequatur\",\"message\":\"consequatur\",\"scheduled_at\":\"2107-02-23\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Schedule a media message",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/messages\/schedule\/media",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/messages\/schedule\/media"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"session_id\":\"consequatur\",\"to\":\"consequatur\",\"media_url\":\"https:\\\/\\\/www.mueller.com\\\/laborum-eius-est-dolor-dolores-minus-voluptatem\",\"type\":\"video\",\"caption\":\"consequatur\",\"scheduled_at\":\"2107-02-23\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get scheduled message status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/messages\/schedule\/:messageId\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/messages\/schedule\/:messageId\/status",
                            "variable": [
                                {
                                    "id": "messageId",
                                    "key": "messageId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthorized - No Bearer Token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cancel a scheduled message",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/messages\/schedule\/:messageId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/messages\/schedule\/:messageId",
                            "variable": [
                                {
                                    "id": "messageId",
                                    "key": "messageId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "List all scheduled messages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/messages\/schedule",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/messages\/schedule"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthorized - No Bearer Token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get message history",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/sessions\/:sessionId\/messages",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/sessions\/:sessionId\/messages",
                            "variable": [
                                {
                                    "id": "sessionId",
                                    "key": "sessionId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthorized - No Bearer Token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get contacts for a session",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/sessions\/:sessionId\/contacts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/sessions\/:sessionId\/contacts",
                            "variable": [
                                {
                                    "id": "sessionId",
                                    "key": "sessionId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthorized - No Bearer Token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get groups for a session",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/whatsapp\/sessions\/:sessionId\/groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/whatsapp\/sessions\/:sessionId\/groups",
                            "variable": [
                                {
                                    "id": "sessionId",
                                    "key": "sessionId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthorized - No Bearer Token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/health",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/health",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/health"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"status\":\"OK\",\"timestamp\":\"2026-01-24T14:09:57.860169Z\",\"service\":\"WhatsApp Baileys API\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}