run:
sbt reStart
Swagger: http://localhost:7777/docs/
Using httpie:
- returns "Invalid value for: body (expected phoneNumber to match:…)"
$ http POST ':7777/toto/vanilla' phoneNumber="1111111111"
- returns just "Invalid value for: body"
$ http POST ':7777/toto/iron' phoneNumber="1111111111"