'API headers - add new line

I've tried to define additional headers (API, POST) but I'm not able to define the new line to add more than 1 header. I use Azure Data Factory.

input: @{concat(variables('Token'),'\n','Content-Type: application/json')}

output: additionalHeaders": "Authorization: Bearer test1\nContent-Type: application/json"



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source