Closed egofree71 closed 4 years ago
As we use HTTP request with POST method, we put the request data inside the body.
I think the format should be standard form POST, not JSON. We don't want to invent yet another protocol. It's better to use what we already have.
As we use HTTP request with POST method, we put the request data inside the body.