CS API2025-04-28
When I respond to a Customer inquiry, are "\n" and "\r" the only characters I can use to mark a line break?
With regard to LF/CR characters, we only support \n and \r officially.
Using other characters for a line break is regarded as a Bad Request (400) and could result in an error.