add check jsonbody for request
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2025-12-10 19:25:45 +07:00
parent a30b0488e8
commit 0635b9b4ac
2 changed files with 8 additions and 1 deletions
@@ -4,6 +4,7 @@ public enum MessageCode {
SUCCESS(0, "Operation successful"),
REG_EMAIL_EXISTS(1, "Email already registered"),
INVALID_FIELD(2, "Invalid field"),
INVALID_JSON_BODY(2, "Invalid fields in JSON object"),
MSG_ID_NOT_FOUND(4, "Message id not found"),
AUTH_EMAIL_NOT_FOUND(4, "Email not found"),