### Simple POST to FastAPI /hello
POST http://127.0.0.1:8002/hello
Content-Type: application/json

{
  "message": "Hello world",
  "username": "Jeckonia"
}

###

GET http://localhost:8002/error