2 example projects: one using Laravel and another using Symfony. The purpose of this project is to use this code as an example to have a technical debate.
This project contains a single endpoint that: given an E-mail and a password, creates a new Filmin user.
POST /users
{
"email": "string|required",
"password": "string|required"
}