Sample json body:-
{
"worknotes": "<div>In this case, Employee to visit <a title="https://test.test.com/#/home" href="https://test.test.com/#/home" rel="noreferrer noopener" target="_blank">https://travel.test.com/#/home</a> , click on help and log a case for support.<br /></div>"
}
Passing the content-type as application/json
receiving the 500 internal server error . Any idea how I can parse this
Your JSON Is Invalid
Try this
{
"worknotes": "<div>In this case, Employee to visit <a title=\"https://test.test.com/#/home\" href=\"https://test.test.com/#/home\" rel=\"noreferrer noopener\" target=\"_blank\">https://travel.test.com/#/home</a> , click on help and log a case for support.<br /></div>"
}