{
"suppliersId": 0,
"suppliersName": "string",
"suppliersDesc": "string",
"isCheck": 0,
"country": 0,
"province": 0,
"city": 0,
"district": 0,
"contactName": "string",
"contactPhone": "string",
"contactAddress": "string",
"isShow": 0,
"shopId": 0,
"regions": [
0
]
}curl --location --request POST '/adminapi/authority/suppliers/update' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE3NjA5NDQ0NjYsImlzcyI6InRpZ3Nob3AiLCJzdWIiOiJhZG1pbiIsImV4cCI6MTc2MzUzNjQ2NiwidXNlcklkIjoxLCJpc0FkbWluIjp0cnVlLCJ1c2VybmFtZSI6ImFkbWluIn0.3-NTk54VYUkVXdYnipFjUaej2h5B3JHLtmy46vhQW6DZBcfUcG965oBe_FmgoqVFfAc7IcOXBtu2enEX0Rt4vw' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"suppliersId": 0,
"suppliersName": "string",
"suppliersDesc": "string",
"isCheck": 0,
"country": 0,
"province": 0,
"city": 0,
"district": 0,
"contactName": "string",
"contactPhone": "string",
"contactAddress": "string",
"isShow": 0,
"shopId": 0,
"regions": [
0
]
}'