ZhttpPost

Sends an HTTP POST request to the specified URL with an optional request body and stores the response.

Syntax

ZhttpPost{url;body?}

Arguments

NameTypeRequiredDefault
urlurlYes-
bodystringNo-

Example

ZhttpPost{https://api.example.com/users;{"name":"Alice"}}