Authorization: ********************{
"thirdShopId": "string",
"thirdShopName": "string",
"contactPhone": "string",
"shopAddress": "string",
"shopLngStr": "string",
"shopLatStr": "string",
"mapType": 0
}curl --location --request POST '/runningErrands/createShop' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"thirdShopId": "string",
"thirdShopName": "string",
"contactPhone": "string",
"shopAddress": "string",
"shopLngStr": "string",
"shopLatStr": "string",
"mapType": 0
}'{
"code": 0,
"msg": "string",
"data": {
"carrierShopId": "string",
"serviceCodes": [
{
"productCode": "string",
"productName": "string"
}
]
}
}