GenericResponseDTO
DTO for a Generic API Response
successboolean
True if the API call was successful, False otherwise
messagestringnullable
Message to indicate why the API call failed
idint32
Unique identifier of the API response
GenericResponseDTO
{
"success": true,
"message": "string",
"id": 0
}