curl --request POST \
--url https://prv.gateway.indexer.biya.io/injective_exchange_rpc.InjectiveExchangeRPC/PrepareTx \
--header 'Content-Type: application/json' \
--data '
{
"chain_id": 123,
"signer_address": "<string>",
"sequence": 123,
"memo": "<string>",
"timeout_height": 123,
"fee": {},
"msgs": [
{}
],
"eip712_wrapper": "<string>"
}
'