Authorization: Bearer ********************curl --location --request GET '/v1.0/payment/crypto/getCryptoCheckoutLink/?cryptoCheckoutLinkId&clientReference' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"msg": "string",
"data": {
"cryptoCheckoutLinkId": "string",
"cryptoCheckoutId": "string",
"clientReference": "string",
"defaultLanguage": 1,
"logo": "string",
"redirectUrl": "string",
"customerSupportEmail": "string",
"checkoutUrl": "string"
}
}