The above issue occurs due to the mismatch of the data types. In the JSON payload, it sends the "birth_date" field as a STRING but in the data-service end, it expects a value for "birth_date" as TIMESTAMP. But in the database side, it can store TIMESTAMP values that are sent as STRINGs by internally processing to the TIMESTAMP format.