| 79 | |
| 80 | |
| 81 | @router.post("/api/accounts/{account_id}/captcha") |
| 82 | def save_captcha(account_id: str, payload: ManualCaptchaRequest): |
| 83 | return success(payment_service.save_manual_captcha(account_id, payload)) |
| 84 | |
| 85 |
nothing calls this directly
no outgoing calls
no test coverage detected