Here is it an example of usage:
Edit
				
					{
   "id":"_ID_",
   "jsonrpc":"2.0",
   "method":"hub.scenes.action.block.test",
   "params":{
      "block":{
         "blockOptions":{
            "method":{
               "name":"sendHttpRequest",
               "args":{
                  "url":"url",
                  "request":"request"
               }
            }
         },
         "blockType":"then",
         "fields":[
            {
               "name":"url",
               "type":"string",
               "value":"https://ezlo.com/"
            },
            {
               "name":"request",
               "type":"string",
               "value":"POST"
            }
         ]
      }
   }
}				
			
Edit
				
					{
     "error": null,
     "id": "ID",
     "result": {
         "httpAnswerCode":200
     }
}