{
"version": "1.0.0",
"appId": "your-app-id",
"dataType": "JSON",
"requestData": "BASE64_RSA_ENCRYPTED_KYC_QUERY_PAYLOAD",
"signature": "BASE64_SIGNATURE"
}curl --location '/v1/channel/shop/kyc/query' \
--header 'Content-Type: application/json' \
--data '{
"version": "1.0.0",
"appId": "your-app-id",
"dataType": "JSON",
"requestData": "BASE64_RSA_ENCRYPTED_KYC_QUERY_PAYLOAD",
"signature": "BASE64_SIGNATURE"
}'{
"appId": "your-app-id",
"code": "SUC-200",
"message": "Operation completed successfully.",
"responseData": "string"
}