I create batch file to sent message to line notify. I want new line in my message. I try to use \n, %0a but it can't use.
curl -X POST -H "Authorization: Bearer mytoken" -F "message=Computer 1 sent message!" https://notify-api.line.me/api/notify
in message=Computer 1 sent message!
I want output follow:
Computer 1
sent message!