customer_service / rest.http
codeBOKER's picture
Improve Telegram delivery with DNS fallback and update REST sample
109d656
raw
history blame contribute delete
539 Bytes
GET https://codeboker-customer-service.hf.space/ai-test HTTP/1.1
Content-Type: application/json
{
"message": {
"chat": {"id": 123},
"text": "هاي"
}
}
###
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
{
"message": {
"chat": {"id": 123},
"text": "السلام عليكم وؤحمة الله اريد ان استعلم عنلاالخدمات الالكترونية"
}
}