/cosmwasm/wasm/v1/contract/{address}/smart/{query_data}
address is the address of the contract
QueryData contains the query data passed to the contract
A successful response.
An unexpected error response.
curl -L \ --url 'https://luna.nownodes.io/cosmwasm/wasm/v1/contract/{address}/smart/{query_data}'
{ "data": "text" }