{
"merchantId": 0,
"sourceType": 1,
"memberCardNo": "MC20240001",
"deductPhone": "13800138000",
"amount": 1,
"discountRate": 90,
"externalUserId": "ext_user_001"
}curl --location --request POST 'http://10.168.1.163:48080/open-api/v1/cash-voucher/acquire' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantId": 0,
"sourceType": 1,
"memberCardNo": "MC20240001",
"deductPhone": "13800138000",
"amount": 1,
"discountRate": 90,
"externalUserId": "ext_user_001"
}'{
"code": 0,
"msg": "",
"data": {
"resultType": "",
"id": 0
}
}