postJsonValue


Description:

public static HttpResponse? postJsonValue (string url, JsonValue jsonBody)

Sends an HTTP POST request with a JSON value.

Parameters:

url

target URL.

jsonBody

JSON body.

Returns:

HTTP response or null on error.