{
"projectId": "string",
"experts": [
"string"
]
}
curl --location --request POST '/api/application/changeExpertGroup' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"experts": [
"string"
]
}'
{
"code": 0,
"message": "string"
}