curl --request PATCH \
--url https://app.plugchoice.com/api/v3/sites/{site}/groups/{siteGroup}/reassign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"parent_group_id": 123
}
'curl --request PATCH \
--url https://app.plugchoice.com/api/v3/sites/{site}/groups/{siteGroup}/reassign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"parent_group_id": 123
}
'