put https://{domain}.frontegg.com/identity/resources/users/v1//superuser
This route sets whether a user is a super user. A super user has access to all tenants within the workspace. Send the user ID as a path params. Also send as a PUT body params a Boolean value for super user. True is super user and false is not. A vendor token is required for this route, it can be obtained from the vendor authentication route.