{ "tick1": "string", "tick2": "string", "coin_type_1": "string", "coin_type_2": "string" }
curl --location --request POST 'https://test-api-proxy.ddpurse.com/brc20swap/get_liquid_address' \ --header 'Content-Type: application/json' \ --data-raw '{ "tick1": "string", "tick2": "string", "coin_type_1": "string", "coin_type_2": "string" }'
{ "code": 0, "msg": "string", "data": [ "string" ] }