Java tutorial, learning how to develop a complete backend app user login and registration + email verification with expire function using Spring Boot.
curl --location --request POST 'localhost:8080/api/v1/registration' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Daniel",
"lastName": "Matt",
"email": "example@example.com",
"password": "password"
}'