Sends an HTTP POST request with a JSON body.
Sets Content-Type to application/json automatically.
| url |
target URL. |
| jsonBody |
JSON body string. |
|
HTTP response or null on error. |