curl "http://localhost:8080/sms/Send" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $MICRO_API_TOKEN" \ -d '{ "from": "Alice", "message": "Hi there!", "to": "+447681129" }'