Review: Use this webhook to update the status of a card to the listed values.
webhookType: CARD_CREATION
model:
{
"id": "uuid",
"status": "ACTIVE" | "INACTIVE" | "ACTIVATING" | "AWAITING" | "FAILED" | "SUSPENDED" | "CLOSED" | "CANCELLED"
}
example:
{
"id": "b3e20a60-7c33-4b92-a316-4f1d4f6a804a",
"status": "ACTIVE"
}