{
"serviceId": 0,
"servicePath": "string",
"serviceType": 0,
"imageType": 0,
"coverImage": "string"
}
curl --location --request POST '/back/service/serviceImage/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"serviceId": 0,
"servicePath": "string",
"serviceType": 0,
"imageType": 0,
"coverImage": "string"
}'
{
"empty": true,
"property1": {},
"property2": {}
}