curl --location --request GET '/v2.0/payment/crypto/getCryptoCheckoutCurrencies?participantCode'
{ "code": "string", "msg": "string", "data": { "fiatCurrencies": [ "string" ], "cryptoCurrencies": [ "string" ] } }