Authorization: Bearer ********************{
"store_code": "string",
"store_name": "string",
"store_text": "string",
"id": "string"
}curl --location --request PUT '/chuweiguanli/cangkudingyi/modify-store' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"store_code": "string",
"store_name": "string",
"store_text": "string",
"id": "string"
}'{
"code": 10000,
"message": "success",
"data": "string"
}