curl --location --request POST 'https://test.pro.wuht.net/adminapi/merchant/store/1' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ' \
--form 'name=""' \
--form 'image=""' \
--form 'phone=""' \
--form 'address="[陕西,西安,未央区]"' \
--form 'detailed_address="启航大厦"' \
--form 'latlng="34.29318,108.94712"' \
--form 'day_time="[08:00:00,18:00:00]"'
{
"status": 0,
"msg": "string"
}