This is the only means by which users can send their compiled Wasm (as part of a Deploy) to a node on a Casper network. The request takes in the Deploy as a parameter, prior to sending it to a node on a network for execution.
{
"jsonrpc": "2.0",
"id": 1,
"error": {
"code": -32008,
"message": "Invalid Deploy",
"data": "account with hash 127cd1b8f8a8aeb4bc083a125701c6ec84a67745de87b136b250508ae9620663 does not exist at state root hash 72bd4c143267e4d3f76e5ced08680224dfadfed9079a5be677269de258d44305 of block 23b802d15a28969e87ba7c6e2cccb5ab0bf9aaafea4a5856fb7fb9fbf91dec66 at height 2780120"
}
}