Unable to use PostGIS geo capabilities since JSON-C is not enabled on Postgresql database.
You need JSON-C for ST_GeomFromGeoJSON in PostGIS and the link below shows how to enable JSON-C https://postgis.net/docs/ST_GeomFromGeoJSON.html.
Without JSON-C enabled it limits the using PostGIS on Postgresql.