# Functions

AddDeviceReqToDeviceModels transforms the AddDeviceRequest DTO array to the Device model array.
AddRolePolicyReqToRolePolicyModels transforms the AddRolePolicyRequest DTO array to the RolePolicy model array.
AddUserReqToUserModels transforms the AddUserRequest DTO array to the User model array.

# Structs

AddKeyDataRequest defines the Request Content for POST Key DTO.
AddRolePolicyRequest defines the Request Content for POST RolePolicy DTO.
AddUserRequest defines the Request Content for POST User DTO.
AuthGraphQLRequest defines the Request Content for POST AuthGraphQL DTO.
AuthRouteRequest defines the Request Content for POST AuthRoute DTO.
LoginRequest defines the Request Content for login.
OperationRequest defines the Request Content for SMA POST Operation.
UpdateUserRequest defines the Request Content for PATCH User DTO.