Send sms with just an http call.
npm install
Use postman or other API testing program.
URL: http://localhost:3000 Payload: { "number": "09074439912", "message": "Greetings!" }
Send sms with just an http call.
npm install
Use postman or other API testing program.
URL: http://localhost:3000 Payload: { "number": "09074439912", "message": "Greetings!" }