## Task Implement a function to send a POST request with JSON body. - Input: URL, JSON payload - Output: response body as string - Use `HttpClient` (Java 11) or `OkHttp` - File: `network/PostJson.kt` Update the `network/README.md` with a short entry.
Task
Implement a function to send a POST request with JSON body.
HttpClient(Java 11) orOkHttpnetwork/PostJson.ktUpdate the
network/README.mdwith a short entry.