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