curl --location --request POST 'https://api.ultramsg.com/{{instance ID}}/messages/chat/'
--header 'Content-Type: application/x-www-form-urlencoded'
--data-urlencode 'token={{Token}}'
--data-urlencode 'to={{mobile number}}'
--data-urlencode 'body=Hello world '