curl --location --request DELETE 'https://api.beatapi.io/v1/realtime/sessions/' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "string",
"object": "realtime.session",
"status": "ready",
"client_secret": "string",
"expires_at": "2019-08-24T14:15:22.123Z",
"max_duration_seconds": 15,
"allowed_origins": [
"http://example.com"
],
"credits": {
"reserved": 0,
"settled": 0,
"refunded": 0
},
"request_id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"connected_at": "2019-08-24T14:15:22.123Z",
"closed_at": "2019-08-24T14:15:22.123Z"
}
}