post
POST /v1/swap HTTP/1.1
Host: testnetbrokerapi.hibit.app
Content-Type: application/json
Accept: */*
Content-Length: 367

{
  "hin": "text",
  "sourceWalletPublicKey": "text",
  "sourceWalletAddress": "text",
  "txRef": "text",
  "sourceChainId": "text",
  "sourceAssetType": "text",
  "sourceAsset": "text",
  "sourceVolume": "text",
  "targetChainId": "text",
  "targetWalletAddress": "text",
  "targetAssetType": "text",
  "targetAsset": "text",
  "targetVolume": "text",
  "targetVolumeMin": "text",
  "signatureSchema": 1000,
  "signature": "text"
}
{
  "code": 1,
  "message": "text",
  "data": {
    "agentOrderId": "text"
  }
}