Sends a JSON POST to the Evolution API and returns the parsed response.
Includes structured CLI logging when verbose = TRUE and robust error
handling that surfaces the actual API error message.
.evo_post(client, path, body, verbose = FALSE)Parsed JSON as list (with raw HTTP status stored in attribute
http_status).
An evo_client object.
Character. Path to append to the base URL.
List to be JSON-encoded as the request body.
Logical. If TRUE, prints request/response diagnostics via
cli.