run Main.scala open http://localhost:8081/api/ default request: { "data": { "value": "string" } } don't work this: { "data": { "Left": { "value": "string" } } } works fine. but in yaml file, we don't see anything about "Left"