tool fetch and new line break

Hi all,

I want to send a notification via telegram when pppoe ip address changed, and i have already done it by /tool fetch.
But it doesn’t support multi line messages, does any one know how to send new line break using “/tool fetch”?

My command:

/tool fetch http-method=get mode=https output=none url=“https:/
/api.telegram.org/bot<Bot_Key>/sendMessag
e?chat_id=<Chat_ID>&text=TestMessage”

status: finished
downloaded: 0KiBC-z pause]
total: 0KiB
duration: 0s

Command with line break:

/tool fetch http-method=get mode=https output=none url=“https:/
/api.telegram.org/bot<Bot_Key>/sendMessag
e?chat_id=<Chat_ID>&text=TestMessage\ntest2”

status: failed

action failed (6)

use \n or %0A

You can use %0A to send url-encoded line breaks.