the schema for a postback card button is ```js { ...
# 💻developers
a
the schema for a postback card button is
Copy code
js
{
    action: 'postback',
    label: 'Click me!',
    value: 'button_value'
  }