username:password
Authorization: Basic *****************
{
"pNewid": "string",
"pName": "string",
"pSceneType": 0,
"pStoreType": 0,
"pAddress": "string",
"pJingdu": "string",
"pWeidu": "string",
"pAuditor": 0,
"pContent": "string",
"pCurrency": "string",
"pLocationId": "string",
"pLogo": "string"
}
curl --location --request POST 'https://developer.chargenow.top/cdb-open-api/v1/shop/create' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"pNewid": "string",
"pName": "string",
"pSceneType": 0,
"pStoreType": 0,
"pAddress": "string",
"pJingdu": "string",
"pWeidu": "string",
"pAuditor": 0,
"pContent": "string",
"pCurrency": "string",
"pLocationId": "string",
"pLogo": "string"
}'
{
"property1": {},
"property2": {}
}