Update README.md (#3)

This commit is contained in:
Eugene Yurtsev
2025-03-12 15:05:14 -04:00
committed by GitHub
parent 4be952e978
commit 6e864c489a
+11 -1
View File
@@ -126,4 +126,14 @@ With authentication:
Add the `Authorization` header with the secret you generated earlier.
e.g., `-H 'Authorization: YOUR SECRET`
e.g., `-H 'Authorization: YOUR SECRET`
You will see a result like:
```json
{
"call_id": "b5b034c5-064e-4f72-9ffc-842bf6f38ef9",
"success": true,
"value": "The weather in san francisco is nice today with a high of 75°F."
}
```