This is an example query of the API with Curl
curl --location 'https://smsly.ch/api/' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'apy_key=XXXXXXXX' \
--data-urlencode 'apy_secret=XXXXXXXX' \
--data-urlencode 'to=+41790000000' \
--data-urlencode 'from=Test' \
--data-urlencode 'text=Hey, this is a test'