searchCards
abstract fun searchCards(cardRequestData: CardDataRequestDto, page: Int, size: Int, sortOrder: List<SortOrder>, includeBankData: Boolean): CardsResponseDto
Searches for cards based on the provided parameters.
Return
The response object containing the requested cards.
Parameters
cardRequestData
The request object containing the search parameters.
page
The page number for pagination.
size
The number of items per page for pagination.
sortOrder
The list of sort orders for sorting the search results.
includeBankData
Flag to indicate if bank data should be included in the results.