Events
| Action | Event name | 
| points added or removed to a loyalty account | loyalty.movement.created | 
            
            Payload example
{
  "id": "string",
  "attemptId": "string",
  "livemode": "boolean",
  "created": "int",
  "event": "string",
  "data": {
    "id": "string",
    "customer_id": "string",
    "program_id": "string",
    "reason": "string",
    "type": "string",
    "reference_id": "string",
    "amount": "number",
    "current_balance": "number",
    "expiration_date": "string",
    "created_by": "string",
    "updated_by": "string",
    "created_at": "string",
    "updated_at": "string"
  }
}