{
"id": "string",
"shopId": "string",
"imgs": [
"string"
],
"laurelImgs": [
{
"name": "string",
"image": "string"
}
],
"laurels": [
"string"
],
"weChatImg": "string",
"shopIntroduce": "string",
"customerEstimate": [
"string"
]
}
curl --location --request POST '/4s/new_car/shop_laurel/create' \
--header 'User-Token: {{User-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"shopId": "string",
"imgs": [
"string"
],
"laurelImgs": [
{
"name": "string",
"image": "string"
}
],
"laurels": [
"string"
],
"weChatImg": "string",
"shopIntroduce": "string",
"customerEstimate": [
"string"
]
}'
{}