How to add Line Breaks for Task Description with API v3

How to add Line Breaks for Task Description with API v3

How do we add line breaks to the Description field of a Task using API v3?
https://projects.zoho.com/api-docs#tasks#create-a-task

Previously I was using "<br>" with the old API. When I use that with v3, it just prints "<br>" as text instead of adding a line break. I have also tried "\n" which did not work either.

What is the correct syntax?