{
"storeName": "string",
"storeAddress": "string",
"longitude": -180,
"latitude": -90
}curl --location --request POST 'https://bcloud.jftechws.com/openApi/gather/cloudStore/store/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"storeName": "string",
"storeAddress": "string",
"longitude": -180,
"latitude": -90
}'{
"success": false,
"msg": "",
"code": "",
"model": {
"id": "",
"nodeId": ""
},
"attributes": ""
}