💡Tip of the day: `curl` has a `--json` option now instead of having to set the content type manually. $ curl -XPOST "http://localhost:8080/my-api" --json '{"hello": "world"}'
See Tweet
💡Tip of the day: `curl` has a `--json` option now instead of having to set the content type manually. $ curl -XPOST "http://localhost:8080/my-api" --json '{"hello": "world"}'
See Tweet