# Structs
DojoUser models a defectdojo user object.
EngagementRequest models the POST /engagements request.
EngagementResponse models the POST /engagements response.
FindingCreateRequest models all the possible fields in a POST /findings request.
FindingCreateResponse models all the possible fields in a POST /findings response.
GetUsersResponse models the response to GET /users/.
TestCreateRequest models the POST /tests request.
TestCreateResponse models the POST /tests response.