Body http request post

can you tell me how to transfer the contents of a variable to the body of an http workflow request?

let’s say I have declared a variable in the module and its contents need to be sent to the http request body. For example, body(string): {“channel”: channel_id}, but if I send channel_id by POST request in this way, then an error