customer_service / rest.http
codeBOKER's picture
Secure account access and reorganize transfer module
c292d8f
raw
history blame
678 Bytes
POST http://localhost:8000/ai-test HTTP/1.1
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": "السلام عليكم وؤحمة الله اريد ان استعلم عنلاالخدمات الالكترونية"
}
}