We have a table where there is a column error_message which can hold upto 4000 characters. This will have a combination of special characters and others. We want to do a search based on this error_message and display the records. Can we do a POST method where we can pass this error_message as a payload? If yes, could you please guide or lead me.
Thanks,
Srikanth.