get Content
Performs a POST request to the specified URL string with the given input JSON payload.
Return
The response body as a String.
Parameters
url Str
The URL to which the POST request is made.
input Json
The JSON payload for the request.