console meesage :
nw_connection_add_timestamp_locked_on_nw_queue [C1] Hit maximum timestamp count, will start dropping events
on app , Network requests were made so frequently that some events were no longer logged, ignored, and no data was displayed.
@State var inputText : string for searching textfield , everytime when user type something state is updated and api function called , for preventing this , tried to use debounce of combine , and cashing
but still its not completely solved