ApiResponseDtoVoid
Standard API response wrapper
successboolean
Indicates if the request was successful
Example:
truemessagestring
Message describing the result
Example:
Operation completed successfullydataobject
The actual payload data
ApiResponseDtoVoid
{
"success": true,
"message": "Operation completed successfully",
"data": {}
}