Authorization: Bearer ********************
{
"servicesIdList": [
0
],
"serviceStatus": "string"
}
curl --location --request PUT '/back/service/project/batchLoad' \
--header 'Content-Type: application/json' \
--data-raw '{
"servicesIdList": [
0
],
"serviceStatus": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}