เรียก REST APIs และ webhooks
{
"method": "GET|POST|PUT|DELETE",
"url": "https://api.example.com",
"headers": {},
"body": {}
}{
"method": "POST",
"url": "https://api.example.com/webhook",
"headers": {
"Content-Type": "application/json"
},
"body": {
"userId": "{{userId}}",
"message": "{{message}}"
}
}โปรดติดตามเราบน YouTube เพื่อเขาถึงเนื้อหาการที่เป็นประโยชน์ 🎉