Change apiClientIP from string to sql.NullString to properly handle NULL values from the database, preventing potential runtime errors when the column contains NULL entries.
Change apiClientIP from string to sql.NullString to properly handle NULL values from the database, preventing potential runtime errors when the column contains NULL entries.