{"message":"SMS Handler API with OTP Detection","version":"1.1.0","endpoints":{"webhook":"POST /webhook","sms":{"list":"GET /api/sms","listByType":"GET /api/sms?messageType=otp","getById":"GET /api/sms/:id","byTimestamp":"GET /api/sms/by-timestamp?start=1234567890123&stop=1234567890456"},"otp":{"list":"GET /api/sms/otp","byCode":"GET /api/sms/otp/code/:code","byReference":"GET /api/sms/otp/reference/:reference"},"debug":{"count":"GET /api/sms/debug/count","otpTest":"GET /api/sms/debug/otp-test?message=YOUR_MESSAGE"}}}