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