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-05-29 19:18:46"
}