Send a POST request with a body like { "name": "John Doe" }, which would return { "firstName": "John", "lastName": "Doe" }.
curl -H "Content-Type: application/json" --data '{"name":"John Doe"}' https://emarref-nameymcnameface.web.val.run/