{
    "data": {
        "interactive": {
            "type": "list",
            "body": {
                "text": "Please choose a job category from the options below."
            },
            "action": {
                "button": "Select Category",
                "sections": [
                    {
                        "title": "Available Job Categories",
                        "rows": [
                            {
                                "id": "5",
                                "title": "Accounting"
                            },
                            {
                                "id": "4",
                                "title": "Customer Service"
                            },
                            {
                                "id": "3",
                                "title": "Design and Creative"
                            },
                            {
                                "id": "2",
                                "title": "Marketing and Sales"
                            },
                            {
                                "id": "1",
                                "title": "Software Development"
                            }
                        ]
                    }
                ]
            }
        }
    }
}