Problem:
Using POST at the v1/projects endpoint
Body:
{„name“:„Test“,„companyId“:„{id},„description“:„Hallo\n\ntest“,„projectTypeId“:„i{d}“,„projectStatusId“:“{id}"}
Expected result:
Hallo
test
Outcome:
Hallo test
trace-id:
e797a7484c354786c25f645ab47a5f0e
Display works fine for project name
Ways I tried to solve:
escaping with \