You're handed a list of order dicts from a webhook. Return only the PAID ones, in the same order they appeared in the input.
Each order has at least: order_id, user_id, status, amount. Other keys may be present and must be preserved untouched on the kept rows.
Python 3.12, standard library only — no pip installs.