“&” symbol breaking the messages while sending Messages to whatsApp in Node js

I am sending messages to users through Nodejs. If any message contains & symbol it is breaking the message.
E.g.
Terms & condition
and here is some other text

Users accepting only Terms. The rest of the messages were not sent.