{
"exchangeType": 0,
"withdrawPrice": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/activity/2024/new/addActivityWithdraw' \
--header 'Content-Type: application/json' \
--data-raw '{
"exchangeType": 0,
"withdrawPrice": 0
}'
{
"code": 0,
"msg": "",
"trace": "",
"data": null
}