POST Body

To read POST data, use request.json() or request.formData().
To send POST data, use response.json().
For the purpose of illustration, here we send forth and back pieces of data using two different POST data modes.
In a way, FormData is more flexible as it can also send files.