get
GET /v1/quote HTTP/1.1
Host: testnetbrokerapi.hibit.app
Accept: */*
{
  "code": 1,
  "message": "text",
  "data": {
    "targetChainId": "text",
    "targetVolume": "text",
    "receiveVolume": "text",
    "gasFee": "text",
    "brokerFee": "text",
    "brokerFeeRate": 1,
    "priceImpact": 1,
    "slippage": 1,
    "targetVolumeInUsd": 1
  }
}