ApiResponseDTOVoid
Standard API response wrapper for all endpoints.
successboolean
Indicates whether the operation was successful
Example:
truedataobject
Payload returned by the API. The content varies depending on the endpoint.
messagestring
Human-readable message describing the result
Example:
Operation completed successfullyApiResponseDTOVoid
{
"success": true,
"data": {},
"message": "Operation completed successfully"
}