The source code demonstrates sending to an endpoint and getting a JSON response, along with a 4 second timeout, as well as making an endpoint with bearer authentication.
{
"received": {
"name": "John Doe",
"age": 45,
"pet": "dog"
},
"timestamp": "2026-03-27 10:30:58"
}