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": "2025-12-06 04:01:26"
}