{
"custom_id": "string",
"new_custom_id": "string",
"name": "string",
"telephone": "string",
"area_id": 0,
"province_code": "string",
"city_code": "string",
"address": "string"
}curl --location --request PATCH '/open_api/merchant/stores' \
--header 'access-token;' \
--header 'merchant-id;' \
--header 'Content-Type: application/json' \
--data '{
"custom_id": "string",
"new_custom_id": "string",
"name": "string",
"telephone": "string",
"area_id": 0,
"province_code": "string",
"city_code": "string",
"address": "string"
}'{
"meta": {
"code": 0,
"msg": "string",
"error": "string",
"request_uri": "string"
},
"response": {}
}