curl --location '/v1/payments/' \
--header 'Authorization: Bearer <token>'{
"payment_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"order_code": "7XK4M2QD",
"payment_url": "https://pay.banka.bot/7XK4M2QD",
"status": "paid",
"amount": 500,
"amount_total": 540,
"currency": "RUB",
"method": "sbp",
"order_id": "order_123",
"created_at": "2026-08-02T12:00:00Z",
"paid_at": "2026-08-02T12:03:27Z",
"expires_at": "2026-08-02T13:00:00Z"
}