{
"shopFundsName": "string",
"shopFundsPic": "string",
"sortOrder": 0,
"isShow": 0,
"status": 0,
"shopFundsDesc": "string"
}curl --location --request POST '/adminapi/merchant/shopAccount/create' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE3NjQ5MjYzMDMsImlzcyI6InRpZ3Nob3AiLCJzdWIiOiJhZG1pbiIsImV4cCI6MTc2NzUxODMwMywiaXNBZG1pbiI6dHJ1ZSwidXNlcklkIjoxLCJ1c2VybmFtZSI6ImFkbWluIn0.JdAO2gv2tPAz7T3N65aV8NgUIAO2f20HM9r_VSAH115PY2Z_w2-jP7kASzjnSnkFOcqfMdIvlPzfCOXDjC2rdg' \
--header 'X-Shop-Id: 0' \
--header 'x-vendor-id;' \
--header 'x-admin-type: admin' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopFundsName": "string",
"shopFundsPic": "string",
"sortOrder": 0,
"isShow": 0,
"status": 0,
"shopFundsDesc": "string"
}'