6apiSamplePostBody

If you use jsLightning to produce an api endpoint,
you might need to use the post body...

curl -X POST -H "Content-Type: application/json" -d '{"hello":"goodbye"}' http://localhost:7000
