{
"shopWithdrawId": 0,
"shopWithdrawName": "string",
"shopWithdrawPic": "string",
"sortOrder": 0,
"isShow": 0,
"status": 0
}
curl --location --request POST '/adminapi/merchant/shopWithdraw/update' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopWithdrawId": 0,
"shopWithdrawName": "string",
"shopWithdrawPic": "string",
"sortOrder": 0,
"isShow": 0,
"status": 0
}'