Spaces:
Sleeping
Sleeping
| POST http://localhost:8000/ai-test | |
| Content-Type: application/json | |
| X-Telegram-Bot-Api-Secret-Token: {{$dotenv TELEGRAM_WEBHOOK_SECRET}} | |
| { | |
| "message": "confirm then tell me how much that he has in his account", | |
| "telegram_id": 12 | |
| } | |
| ### | |
| GET https://codeboker-customer-service.hf.space/ai-test HTTP/1.1 | |
| ### | |
| POST https://codeboker-customer-service.hf.space/webhook HTTP/1.1 | |
| Content-Type: application/json | |
| X-Telegram-Bot-Api-Secret-Token: {{$dotenv TELEGRAM_WEBHOOK_SECRET}} | |
| { | |
| "message": { | |
| "chat": {"id": 123}, | |
| "text": "السلام عليكم وؤحمة الله اريد ان استعلم عنلاالخدمات الالكترونية" | |
| } | |
| } | |