๐Ÿš€ SMS Listener API

โœ… API is Running! The application has started successfully.
๐ŸŽฏ Available Endpoints:

๐Ÿ“‹ API Endpoints

๐Ÿ“š Documentation

๐Ÿ”— Open Swagger UI - Interactive API Documentation

๐Ÿงช Test POST Endpoint

Use this JSON format with POST /api/receive_sms:

{
  "action": "receive_sms",
  "PhoneNumber": "+905385550872",
  "message": "Test message with code 123456",
  "source": "TEST"
}