{"request": 12, "createdby": "sam"}
is the JSON data to be inserted in a PostgreSQL table with two columns request id int, data JSONB.
The Jain data can be inserted into data column with JSONB datatype. can we append created_date in the JSON object before inserting it into the data column.