{
"type": 0,
"expertId": "string",
"partnerId": "string"
}
curl --location --request POST '/api/expert/changeGroup' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"expertId": "string",
"partnerId": "string"
}'
{}