insert
@Modifying
@Transactional
@Query(value = "
insert into tink_keysets (id, keyset_json, created_at, updated_at)
values (:id, cast(:keysetJson as jsonb), current_timestamp, current_timestamp)
", nativeQuery = true )