curl --request GET \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/proxy \
--header 'Authorization: Bearer <token>'{
"data": [
{
"websocket_url": "<string>",
"role": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}
]
}curl --request GET \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/proxy \
--header 'Authorization: Bearer <token>'{
"data": [
{
"websocket_url": "<string>",
"role": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}
]
}