{
"name": "string",
"custom_id": "string",
"telephone": "string",
"area_id": 0,
"province_code": "string",
"city_code": "string",
"address": "string",
"username": "string",
"password": "string",
"real_name": "string",
"last_name": "string",
"account_num": "string",
"phone_cc": 0,
"phone_number": 0,
"email": "string"
}curl --location '/open_api/merchant/stores' \
--header 'access-token;' \
--header 'merchant-id;' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"custom_id": "string",
"telephone": "string",
"area_id": 0,
"province_code": "string",
"city_code": "string",
"address": "string",
"username": "string",
"password": "string",
"real_name": "string",
"last_name": "string",
"account_num": "string",
"phone_cc": 0,
"phone_number": 0,
"email": "string"
}'{
"meta": {
"code": 0,
"msg": "string",
"error": "string",
"request_uri": "string"
},
"response": {}
}