PATCH
/manager/popliste/{id}
curl \
--request PATCH 'https://domain.tld/api/v2/manager/popliste/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"active":true,"products":[]}'
Request examples
{
"active": true,
"products": []
}