{
  "type": "bubble",
  "direction": "ltr",
  "header": {
    "type": "box",
    "layout": "vertical",
    "contents": [
      {
        "type": "text",
        "text": "登入會員",
        "align": "start",
        "weight": "bold",
        "color": "#1CA9B7"
      }
    ]
  },
  "hero": {
    "type": "image",
    "url": "https://i.ibb.co/y02YRTs/account.png",
    "size": "full",
    "aspectRatio": "1.51:1",
    "aspectMode": "fit"
  },
  "body": {
    "type": "box",
    "layout": "vertical",
    "contents": [
      {
        "type": "text",
        "text": "點擊下方按鈕綁定會員，即可使用會員專區服務！",
        "color" : "#4B5050",
        "size": "sm",
        "align": "start",
        "wrap": true
      }
    ]
  },
  "footer": {
    "type": "box",
    "layout": "horizontal",
    "contents": [
      {
        "type": "button",
        "action": {
          "type": "uri",
          "label": "綁定會員",
          "uri": "https://linecorp.com"
        },
        "color": "#1CA9B7",
        "style": "primary",
        "height": "sm"
      }
    ]
  }
}
