{
    "type": "bubble",
    "header": {
        "type": "box",
        "layout": "vertical",
        "contents": [
            {
                "type": "text",
                "text": "會員專區",
                "align": "center"
            }
        ],
        "backgroundColor": "#c6c6c6"
    },
    "body": {
        "type": "box",
        "layout": "vertical",
        "contents": [
            {
                "type": "box",
                "layout": "horizontal",
                "contents": [
                    {
                        "type": "box",
                        "layout": "baseline",
                        "contents": [
                            {
                                "type": "icon",
                                "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
                            },
                            {
                                "type": "text",
                                "text": "預約提醒"
                            }
                        ],
                        "action": {
                            "type": "postback",
                            "data": "預約提醒"
                        },
                        "paddingBottom": "10px"
                    },
                    {
                        "type": "separator",
                        "color": "#2894FF",
                        "margin": "none"
                    },
                    {
                        "type": "box",
                        "layout": "baseline",
                        "contents": [
                            {
                                "type": "icon",
                                "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
                            },
                            {
                                "type": "text",
                                "text": "購買預付方案"
                            }
                        ],
                        "position": "relative",
                        "offsetStart": "15px",
                        "action": {
                            "type": "postback",
                            "data": "buy_prepaid"
                        },
                        "paddingBottom": "10px"
                    }
                ],
                "spacing": "none",
                "margin": "none"
            },
            {
                "type": "separator",
                "color": "#2894FF"
            },
            {
                "type": "box",
                "layout": "horizontal",
                "contents": [
                    {
                        "type": "box",
                        "layout": "baseline",
                        "contents": [
                            {
                                "type": "icon",
                                "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
                            },
                            {
                                "type": "text",
                                "text": "我的預付方案"
                            }
                        ],
                        "action": {
                            "type": "postback",
                            "data": "my_prepaid"
                        },
                        "paddingTop": "10px",
                        "paddingBottom": "10px"
                    },
                    {
                        "type": "separator",
                        "color": "#2894FF"
                    },
                    {
                        "type": "box",
                        "layout": "baseline",
                        "contents": [
                            {
                                "type": "icon",
                                "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
                            },
                            {
                                "type": "text",
                                "text": "查看預付方案"
                            }
                        ],
                        "action": {
                            "type": "postback",
                            "data": "record_prepaid"
                        },
                        "position": "relative",
                        "offsetStart": "15px",
                        "paddingTop": "10px"
                    }
                ]
            },
            {
                "type": "separator",
                "color": "#2894FF"
            },
            {
                "type": "box",
                "layout": "horizontal",
                "contents": [
                    {
                        "type": "box",
                        "layout": "baseline",
                        "contents": [
                            {
                                "type": "icon",
                                "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
                            },
                            {
                                "type": "text",
                                "text": "查看歷史訂單"
                            }
                        ],
                        "paddingTop": "10px",
                        "action": {
                            "type": "postback",
                            "data": "查看歷史訂單"
                        }
                    },
                    {
                        "type": "separator",
                        "color": "#2894FF"
                    },
                    {
                        "type": "box",
                        "layout": "baseline",
                        "contents": [
                            {
                                "type": "icon",
                                "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
                            },
                            {
                                "type": "text",
                                "text": "解除帳號綁定"
                            }
                        ],
                        "position": "relative",
                        "offsetStart": "15px",
                        "action": {
                            "type": "postback",
                            "data": "[TemplateMsg][AccountUnlink]"
                        },
                        "paddingTop": "10px",
                        "paddingBottom": "10px"
                    }
                ]
            }
        ]
    }
}
