From 3c8a505f4bb51a6d9cbdaa04e9457b9831b881d1 Mon Sep 17 00:00:00 2001 From: Israel Abebe Date: Fri, 4 Oct 2024 09:37:52 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03d2640..ae6ff4b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ await axios.post(`https://api.textbee.dev/api/v1/gateway/devices/${DEVICE_ID}/se **Code Snippet**: Curl command to send an SMS message via the REST API ```bash -curl -X POST" https://api.textbee.dev/api/v1/gateway/devices/YOUR_DEVICE_ID/sendSMS" \ +curl -X POST "https://api.textbee.dev/api/v1/gateway/devices/YOUR_DEVICE_ID/sendSMS" \ -H 'x-api-key: YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ @@ -88,4 +88,4 @@ Please note that if you discover any vulnerability or security issue, we kindly ## For support, feedback, and questions -Feel free to reach out to us at textbee.dev@gmail.com or [Join our Discord server](https://discord.gg/d7vyfBpWbQ) \ No newline at end of file +Feel free to reach out to us at textbee.dev@gmail.com or [Join our Discord server](https://discord.gg/d7vyfBpWbQ)