NCBACK-33 add verification logic
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-01-20 15:12:24 +07:00
parent 55fa8b84e2
commit f9accd7af1
14 changed files with 137 additions and 44 deletions
@@ -14,4 +14,7 @@ public class VerifyUserRequest {
@JsonProperty("user_id")
private Long userId;
@JsonProperty("resend")
private Integer resend;
}