- Spring Boot
- Spring Security
- Java Mail
- Email verification with expiry
curl --location --request POST 'localhost:8080/api/v1/registration' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Black",
"lastName": "Montana",
"email": "[email protected]",
"phoneNumber": "11111111",
"password": "123password",
"confirmPassword": "123password"
}'





